summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2018-06-22 11:46:21 +0200
committerJohn Crispin <john@phrozen.org>2018-06-22 11:47:17 +0200
commitf27e0b6bc4451b8c1bc45ad496c49fb40e24ce86 (patch)
tree789a699bbe64d13d435720d60622dbd76f2239c2
parent71825c0bd8fb4a8b36fc2ee7d31e7dda878d0226 (diff)
downloadmtk-20170518-f27e0b6bc4451b8c1bc45ad496c49fb40e24ce86.zip
mtk-20170518-f27e0b6bc4451b8c1bc45ad496c49fb40e24ce86.tar.gz
mtk-20170518-f27e0b6bc4451b8c1bc45ad496c49fb40e24ce86.tar.bz2
iptables: set nonshared flag
this makes sure that offloading support is properly included for v4.14 targets. Signed-off-by: John Crispin <john@phrozen.org> (cherry picked from commit ebe1216c7cd10357c3277fb25bae4e508d4b165a)
-rw-r--r--package/network/utils/iptables/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile
index d70dc11..1d758ed 100644
--- a/package/network/utils/iptables/Makefile
+++ b/package/network/utils/iptables/Makefile
@@ -18,6 +18,7 @@ PKG_SOURCE_VERSION:=c16bdec15137b241586310d0e61bc88cc3726004
PKG_MIRROR_HASH:=72e4bec94a56dd600097846c773e1074ff705e38f800ef221db646c064371a53
PKG_FIXUP:=autoreconf
+PKG_FLAGS:=nonshared
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1