]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: support for Linux 3.4
authorJan Engelhardt <jengelh@medozas.de>
Thu, 5 Apr 2012 02:44:19 +0000 (04:44 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 5 Apr 2012 04:58:46 +0000 (06:58 +0200)
configure.ac
doc/changelog.txt

index 55422b21171600b3e49b3fb2f3d6370eff08e2e3..910dcfef343a4efa95c893ed9c4d9bc1171ac19a 100644 (file)
@@ -63,7 +63,7 @@ if test -n "$kbuilddir"; then
                echo "WARNING: Version detection did not succeed. Continue at own luck.";
        else
                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. :-)";
                elif test "$kmajor" -eq 3; then
                        :;
index ae4c234be47fc21fba4f6ec628bc3dc667d77a4c..c0dd7b560edc5e1e130522c566efb87ecaae77e3 100644 (file)
@@ -6,7 +6,7 @@ Fixes:
   (affected kernels < 2.6.23)
 - xt_SYSRQ: fix compile error when crypto is turned off
 Enhancements:
-- Support for Linux 3.3
+- Support for Linux 3.3, 3.4
 
 
 v1.41 (2012-01-04)