Skip to content
Snippets Groups Projects
Commit f2a19350 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

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: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 46990
parent 1ca571b6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment