diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-08-07 19:30:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-08-07 19:30:33 +0000 |
commit | 4d39f186bcf88889355c6c59c337bde11089e994 (patch) | |
tree | 6bab2812bf8114ff911d7581eb0890faaf39e6f8 /package/network/utils/xtables-addons/patches-1.x/002-fix-kernel-version-detection.patch | |
parent | 053a3a4aaf81f3ac32087f272eadf1a72453a58c (diff) | |
download | mtk-20170518-4d39f186bcf88889355c6c59c337bde11089e994.zip mtk-20170518-4d39f186bcf88889355c6c59c337bde11089e994.tar.gz mtk-20170518-4d39f186bcf88889355c6c59c337bde11089e994.tar.bz2 |
xtables-addons: remove version 1.x for old kernels
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42047
Diffstat (limited to 'package/network/utils/xtables-addons/patches-1.x/002-fix-kernel-version-detection.patch')
-rw-r--r-- | package/network/utils/xtables-addons/patches-1.x/002-fix-kernel-version-detection.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/network/utils/xtables-addons/patches-1.x/002-fix-kernel-version-detection.patch b/package/network/utils/xtables-addons/patches-1.x/002-fix-kernel-version-detection.patch deleted file mode 100644 index b31f9f1..0000000 --- a/package/network/utils/xtables-addons/patches-1.x/002-fix-kernel-version-detection.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/configure -+++ b/configure -@@ -11780,7 +11780,7 @@ regular_CFLAGS="-Wall -Waggregate-return - if test -n "$kbuilddir"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking kernel version that we will build against" >&5 - $as_echo_n "checking kernel version that we will build against... " >&6; } -- krel="$(make -sC "$kbuilddir" M=$PWD kernelrelease)"; -+ krel="$(make -sC "$kbuilddir" M=$PWD kernelversion)"; - kmajor="${krel%%[^0-9]*}"; - kmajor="$(($kmajor+0))"; - krel="${krel:${#kmajor}}"; ---- a/configure.ac -+++ b/configure.ac -@@ -44,7 +44,7 @@ regular_CFLAGS="-Wall -Waggregate-return - - if test -n "$kbuilddir"; then - AC_MSG_CHECKING([kernel version that we will build against]) -- krel="$(make -sC "$kbuilddir" M=$PWD kernelrelease)"; -+ krel="$(make -sC "$kbuilddir" M=$PWD kernelversion)"; - kmajor="${krel%%[[^0-9]]*}"; - kmajor="$(($kmajor+0))"; - krel="${krel:${#kmajor}}"; |