diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-10 14:51:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-10 14:51:13 +0000 |
commit | 4a0c312dc38f420c0470bdc94f8c2d654cfc2542 (patch) | |
tree | e50a6763e062cb67c76a8fc09b67a959d66c9f02 /package/network/utils/xtables-addons/patches/002-fix-kernel-version-detection.patch | |
parent | e3a28f415b69af5d99170e3ac7265afc9de8c668 (diff) | |
download | mtk-20170518-4a0c312dc38f420c0470bdc94f8c2d654cfc2542.zip mtk-20170518-4a0c312dc38f420c0470bdc94f8c2d654cfc2542.tar.gz mtk-20170518-4a0c312dc38f420c0470bdc94f8c2d654cfc2542.tar.bz2 |
xtables-addons: update to version 2.3, adds linux 3.10 compatibility
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37226
Diffstat (limited to 'package/network/utils/xtables-addons/patches/002-fix-kernel-version-detection.patch')
-rw-r--r-- | package/network/utils/xtables-addons/patches/002-fix-kernel-version-detection.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/xtables-addons/patches/002-fix-kernel-version-detection.patch b/package/network/utils/xtables-addons/patches/002-fix-kernel-version-detection.patch index 8dc6384..f7c877b 100644 --- a/package/network/utils/xtables-addons/patches/002-fix-kernel-version-detection.patch +++ b/package/network/utils/xtables-addons/patches/002-fix-kernel-version-detection.patch @@ -1,6 +1,6 @@ --- a/configure +++ b/configure -@@ -11892,7 +11892,7 @@ regular_CFLAGS="-Wall -Waggregate-return +@@ -11895,7 +11895,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; } |