]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: remove support for Linux 2.6.36
authorJan Engelhardt <jengelh@inai.de>
Tue, 16 Oct 2012 00:42:28 +0000 (02:42 +0200)
committerJan Engelhardt <jengelh@inai.de>
Mon, 12 Nov 2012 17:30:30 +0000 (18:30 +0100)
INSTALL
configure.ac
doc/changelog.txt
extensions/compat_xtables.h

diff --git a/INSTALL b/INSTALL
index 9c888f0c74ec53b043bf95a52a4a3a6956c20d0d..121ee02465af6b14f0c35a40468bb695eacba443 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -14,7 +14,7 @@ Supported configurations for this release
 
        * iptables >= 1.4.5
 
-       * kernel-devel >= 2.6.36
+       * kernel-devel >= 2.6.37
          with prepared build/output directory
          - CONFIG_NF_CONNTRACK or CONFIG_IP_NF_CONNTRACK
          - CONFIG_NF_CONNTRACK_MARK or CONFIG_IP_NF_CONNTRACK_MARK
index c8654085c594b796ef09ba7ee82f47da16529578..afe9ce87601bc87c7f122315f155bdfdf6f5912a 100644 (file)
@@ -67,7 +67,7 @@ if test -n "$kbuilddir"; then
                        echo "WARNING: That kernel version is not officially supported.";
                elif test "$kmajor" -eq 3; then
                        :;
-               elif test "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -ge 36; then
+               elif test "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -ge 37; then
                        :;
                else
                        echo "WARNING: That kernel version is not officially supported.";
index 3ac44c6920e721379890d404a540053477578644..fdb83b35c138c559dccb9ce02962033b84642fbf 100644 (file)
@@ -2,7 +2,7 @@
 HEAD
 ====
 Changes:
-- remove support for Linux 2.6.17–2.6.35
+- remove support for Linux 2.6.17–2.6.36
 - remove xt_TEE (this is available upstream since 2.6.35)
 - remove xt_CHECKSUM (this is available upstream since 2.6.36)
 
index a36b724ebbbbb1d63662f0ddb71e3264ae980c27..cfe8967fd1cd34b4f3265fc5f368e7ddab0e5d34 100644 (file)
@@ -8,8 +8,8 @@
 
 #define DEBUGP Use__pr_debug__instead
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36)
-#      warning Kernels below 2.6.36 not supported.
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 37)
+#      warning Kernels below 2.6.37 not supported.
 #endif
 
 #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)