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

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