mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-09 06:04:56 +02:00
build: support for Linux 2.6.36
This commit is contained in:
@@ -62,7 +62,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 35; then
|
if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 36; 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 \
|
||||||
|
@@ -3,6 +3,7 @@ HEAD
|
|||||||
====
|
====
|
||||||
- compat_xtables: return bool for match_check and target_check in 2.6.23..34
|
- compat_xtables: return bool for match_check and target_check in 2.6.23..34
|
||||||
- ipset: enable building of ip_set_ipport{ip,net}hash.ko
|
- ipset: enable building of ip_set_ipport{ip,net}hash.ko
|
||||||
|
- support for Linux 2.6.36
|
||||||
- SYSRQ: resolve compile error with Linux 2.6.36
|
- SYSRQ: resolve compile error with Linux 2.6.36
|
||||||
- TEE: resolve compile error with Linux 2.6.36
|
- TEE: resolve compile error with Linux 2.6.36
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user