]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: mark Linux 4.10 as supported
authorJan Engelhardt <jengelh@inai.de>
Wed, 4 Jan 2017 01:44:43 +0000 (02:44 +0100)
committerJan Engelhardt <jengelh@inai.de>
Wed, 4 Jan 2017 01:44:43 +0000 (02:44 +0100)
configure.ac
doc/changelog.txt

index 085a0551c797659bcd38661ce45a422f38dc135b..64ab9684c4b2db3bf8196a8b008e1f9d9a6ba98f 100644 (file)
@@ -57,9 +57,9 @@ 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 4 -o "$kmajor" -eq 7 -a "$kminor" -gt 3; then
+               if test "$kmajor" -gt 4 -o "$kmajor" -eq 4 -a "$kminor" -gt 10; then
                        echo "WARNING: That kernel version is not officially supported yet. Continue at own luck.";
-               elif test "$kmajor" -eq 4 -a "$kminor" -le 3; then
+               elif test "$kmajor" -eq 4 -a "$kminor" -le 10; then
                        :;
                elif test "$kmajor" -eq 3 -a "$kminor" -ge 7; then
                        :;
index 696c141fcd73682eea5a9a8c717916e0ddf4d954..a56a9ee17af954b5a7768907aeaf4ceba2d0c8b9 100644 (file)
@@ -1,6 +1,8 @@
 
 HEAD
 ====
+Enhancements:
+- support for Linux up to 4.10
 
 
 v2.11 (2016-05-20)