summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-09-17 15:31:45 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-09-17 15:31:45 +0000
commitf2a19350fd45d1e15deef90846f9f4a0005d4497 (patch)
tree1a4171e29009ac90adcb6693ecb7a6e037ea073c /package
parent1ca571b6c2978bec66f897b6665ddbdaba82a26e (diff)
downloadmaster-31e0f0ae-f2a19350fd45d1e15deef90846f9f4a0005d4497.tar.gz
master-31e0f0ae-f2a19350fd45d1e15deef90846f9f4a0005d4497.tar.bz2
master-31e0f0ae-f2a19350fd45d1e15deef90846f9f4a0005d4497.zip
firewall: depend on kmod-ipt-conntrack (#20542)
Our ruleset requires kernel support for conntrack state matching, therfore depend on the require kmod. Fixes #20542. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46990
Diffstat (limited to 'package')
-rw-r--r--package/network/config/firewall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index cc187b0396..15cfa31c65 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -27,7 +27,7 @@ define Package/firewall
SECTION:=net
CATEGORY:=Base system
TITLE:=OpenWrt C Firewall
- DEPENDS:=+libubox +libubus +libuci +libip4tc +IPV6:libip6tc +libxtables +kmod-ipt-core +kmod-ipt-nat
+ DEPENDS:=+libubox +libubus +libuci +libip4tc +IPV6:libip6tc +libxtables +kmod-ipt-core +kmod-ipt-conntrack +kmod-ipt-nat
endef
define Package/firewall/description