diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-17 15:32:31 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-17 15:32:31 +0000 |
commit | 7ef1b0103df188cef5e11a9e63ba2dc16894a73a (patch) | |
tree | 1a7c931bbb7e57bcda55766fa12863f4e3562b1f | |
parent | 7c9d276f3f6ba243af78332599653a02a6e1b8fc (diff) | |
download | upstream-7ef1b0103df188cef5e11a9e63ba2dc16894a73a.tar.gz upstream-7ef1b0103df188cef5e11a9e63ba2dc16894a73a.tar.bz2 upstream-7ef1b0103df188cef5e11a9e63ba2dc16894a73a.zip |
CC: 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>
Backport of r46990
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46991 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |