diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-17 15:31:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-17 15:31:45 +0000 |
commit | f2a19350fd45d1e15deef90846f9f4a0005d4497 (patch) | |
tree | 1a4171e29009ac90adcb6693ecb7a6e037ea073c /package/network/config/firewall | |
parent | 1ca571b6c2978bec66f897b6665ddbdaba82a26e (diff) | |
download | upstream-f2a19350fd45d1e15deef90846f9f4a0005d4497.tar.gz upstream-f2a19350fd45d1e15deef90846f9f4a0005d4497.tar.bz2 upstream-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/network/config/firewall')
-rw-r--r-- | package/network/config/firewall/Makefile | 2 |
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 |