firewall: depend on kmod-ipt-conntrack (#20542)
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 17 Sep 2015 15:31:45 +0000 (15:31 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 17 Sep 2015 15:31:45 +0000 (15:31 +0000)
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

package/network/config/firewall/Makefile

index cc187b0396e6e4ad4bfaae38536d8b3bd8f82629..15cfa31c65d9a5f0fa1da95eab756a5ea45d8492 100644 (file)
@@ -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