mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 13:44:56 +02:00
build: support for Linux up to 2.6.38
No API changes that needed to be taken care of, so just bump the version check in configure.ac.
This commit is contained in:
@@ -70,7 +70,7 @@ if test -n "$kbuilddir"; then
|
|||||||
echo "WARNING: Version detection did not succeed. Continue at own luck.";
|
echo "WARNING: Version detection did not succeed. Continue at own luck.";
|
||||||
else
|
else
|
||||||
echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
|
echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
|
||||||
if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 37; then
|
if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 38; then
|
||||||
echo "WARNING: You are trying a newer kernel. Results may vary. :-)";
|
echo "WARNING: You are trying a newer kernel. Results may vary. :-)";
|
||||||
elif test \( "$kmajor" -lt 2 -o \
|
elif test \( "$kmajor" -lt 2 -o \
|
||||||
\( "$kmajor" -eq 2 -a "$kminor" -lt 6 \) -o \
|
\( "$kmajor" -eq 2 -a "$kminor" -lt 6 \) -o \
|
||||||
|
@@ -15,6 +15,7 @@ Enhancements:
|
|||||||
* fixed ICMP and ICMPv6 handling
|
* fixed ICMP and ICMPv6 handling
|
||||||
* fixed trailing whitespaces and pr_* messages
|
* fixed trailing whitespaces and pr_* messages
|
||||||
* fixed module loading at create/header commands
|
* fixed module loading at create/header commands
|
||||||
|
- build: support for Linux up to 2.6.38
|
||||||
|
|
||||||
|
|
||||||
v1.32 (2011-01-04)
|
v1.32 (2011-01-04)
|
||||||
|
Reference in New Issue
Block a user