aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-08-22 07:12:47 +0200
committerJo-Philipp Wich <jo@mein.io>2018-08-22 07:14:45 +0200
commite5f56c07d7fab9a6f2201f4100b593349b8ef67d (patch)
treee18a3ccb6bf6894cb1eeefb043612f9ffc32f3c5 /package/network/utils/iptables/Makefile
parent6c227e45cb6a97c61d9fa2ffa35cebee2a048739 (diff)
downloadupstream-e5f56c07d7fab9a6f2201f4100b593349b8ef67d.tar.gz
upstream-e5f56c07d7fab9a6f2201f4100b593349b8ef67d.tar.bz2
upstream-e5f56c07d7fab9a6f2201f4100b593349b8ef67d.zip
iptables: make iptables-mod-conntrack-extra depend on kmod-ipt-raw
Since kernel 4.14 there is no auto assignment of conntrack helpers anymore so fw3 needs raw table support in order to stage ct helper assignment rules. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/utils/iptables/Makefile')
-rw-r--r--package/network/utils/iptables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile
index 9bcb864b97..4c5a581268 100644
--- a/package/network/utils/iptables/Makefile
+++ b/package/network/utils/iptables/Makefile
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=iptables
PKG_VERSION:=1.6.2
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://git.netfilter.org/iptables
@@ -122,7 +122,7 @@ Extra iptables nftables compat binaries.
endef
define Package/iptables-mod-conntrack-extra
-$(call Package/iptables/Module, +kmod-ipt-conntrack-extra)
+$(call Package/iptables/Module, +kmod-ipt-conntrack-extra +kmod-ipt-raw)
TITLE:=Extra connection tracking extensions
endef