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 3.4
This commit is contained in:
@@ -63,7 +63,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 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 3; then
|
if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 4; 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" -eq 3; then
|
elif test "$kmajor" -eq 3; then
|
||||||
:;
|
:;
|
||||||
|
@@ -6,7 +6,7 @@ Fixes:
|
|||||||
(affected kernels < 2.6.23)
|
(affected kernels < 2.6.23)
|
||||||
- xt_SYSRQ: fix compile error when crypto is turned off
|
- xt_SYSRQ: fix compile error when crypto is turned off
|
||||||
Enhancements:
|
Enhancements:
|
||||||
- Support for Linux 3.3
|
- Support for Linux 3.3, 3.4
|
||||||
|
|
||||||
|
|
||||||
v1.41 (2012-01-04)
|
v1.41 (2012-01-04)
|
||||||
|
Reference in New Issue
Block a user