diff options
author | John Crispin <john@phrozen.org> | 2018-06-22 11:46:21 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-22 11:46:21 +0200 |
commit | ebe1216c7cd10357c3277fb25bae4e508d4b165a (patch) | |
tree | c3a2fe1962dcbffd52f7029e5ca2ac31c4139b57 /package/network/utils | |
parent | 4def81f30f2e89eeecc6ec06e3091f1dd6b3c3d9 (diff) | |
download | upstream-ebe1216c7cd10357c3277fb25bae4e508d4b165a.tar.gz upstream-ebe1216c7cd10357c3277fb25bae4e508d4b165a.tar.bz2 upstream-ebe1216c7cd10357c3277fb25bae4e508d4b165a.zip |
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>
Diffstat (limited to 'package/network/utils')
-rw-r--r-- | package/network/utils/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index 44e24b29ed..b3955b9a97 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 |