diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-02-02 13:57:05 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-02-02 14:00:04 +0100 |
commit | 1cb06d8907a5a155947f51e9e5b75b6019230fb2 (patch) | |
tree | c869f0f95c3f69e5bb80debb9cb174612b30add9 /package | |
parent | ff8e9a4ecbe70564c8649ea4ed69f28bec77dfa7 (diff) | |
download | upstream-1cb06d8907a5a155947f51e9e5b75b6019230fb2.tar.gz upstream-1cb06d8907a5a155947f51e9e5b75b6019230fb2.tar.bz2 upstream-1cb06d8907a5a155947f51e9e5b75b6019230fb2.zip |
firewall: depend on kmod-nf-conntrack6
Firewall rules don't work as intended without conntrack support. The recent
cleanup removed the kmod-nf-conntrack6 dependency from the iptables
modules; add it to the firewall package instead.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'package')
-rw-r--r-- | package/network/config/firewall/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index 1bc2c4d1fa..47ce836b86 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git @@ -28,7 +28,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-conntrack +kmod-ipt-nat + DEPENDS:=+libubox +libubus +libuci +libip4tc +IPV6:libip6tc +libxtables +kmod-ipt-core +kmod-ipt-conntrack +IPV6:kmod-nf-conntrack6 +kmod-ipt-nat endef define Package/firewall/description |