From: Jo-Philipp Wich Date: Thu, 17 Sep 2015 15:31:45 +0000 (+0000) Subject: firewall: depend on kmod-ipt-conntrack (#20542) X-Git-Tag: v19.07.0-rc1~12601 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f2a19350fd45d1e15deef90846f9f4a0005d4497;p=openwrt%2Fstaging%2Fhauke.git 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 SVN-Revision: 46990 --- 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