]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: remove support for Linux 3.7
authorJan Engelhardt <jengelh@inai.de>
Mon, 12 Feb 2018 13:37:55 +0000 (14:37 +0100)
committerJan Engelhardt <jengelh@inai.de>
Mon, 12 Feb 2018 13:39:36 +0000 (14:39 +0100)
configure.ac
doc/changelog.txt
extensions/compat_xtables.h

index 2b6290f095ec7232def05fb81b7ab99ed4da7783..c4a660c27b3d8b221e86745169951090cf57d52a 100644 (file)
@@ -61,7 +61,7 @@ if test -n "$kbuilddir"; then
                        echo "WARNING: That kernel version is not officially supported yet. Continue at own luck.";
                elif test "$kmajor" -eq 4 -a "$kminor" -le 10; then
                        :;
-               elif test "$kmajor" -eq 3 -a "$kminor" -ge 7; then
+               elif test "$kmajor" -eq 3 -a "$kminor" -ge 8; then
                        :;
                else
                        echo "WARNING: That kernel version is not officially supported.";
index 770ac069217507c5a149ff8a30bae293a40032d9..da4d57dfdb69960d6a7a7e0a44397a4495fe66e5 100644 (file)
@@ -3,6 +3,8 @@ HEAD
 ====
 Enhancements:
 - support for Linux up to 4.15
+Changes:
+- remove support for Linux 3.7
 
 
 v2.14 (2017-11-22)
index 354884e15e1a6206767c4ba9a4b8f25db748b614..1ab45a93b320a1b6208f2146ae21ae07647a0ceb 100644 (file)
@@ -8,12 +8,8 @@
 
 #define DEBUGP Use__pr_debug__instead
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 7, 0)
-#      warning Kernels below 3.7 not supported.
-#endif
-
 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 8, 0)
-#      define prandom_u32() random32()
+#      warning Kernels below 3.8 not supported.
 #endif
 
 #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)