build: support for Linux 2.6.32

This commit is contained in:
Jan Engelhardt
2009-10-07 00:02:56 +02:00
parent 96f501ab89
commit 48325a209e
2 changed files with 2 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ else
fi; fi;
fi; fi;
echo "Found kernel version $kmajor.$kminor.$kmicro.$kstable in $kbuilddir"; echo "Found kernel version $kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 31; then if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 32; 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 "$kminor" -lt 6 -o "$kmicro" -lt 17 \) -o \ elif test \( "$kmajor" -lt 2 -o "$kminor" -lt 6 -o "$kmicro" -lt 17 \) -o \
\( "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -eq 18 -a \ \( "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -eq 18 -a \

View File

@@ -1,6 +1,7 @@
- build: compile fixes for 2.6.31-rt - build: compile fixes for 2.6.31-rt
- build: support for Linux 2.6.32
Xtables-addons 1.18 (September 09 2009) Xtables-addons 1.18 (September 09 2009)