diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-10 11:33:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-10 11:33:48 +0000 |
commit | 9441aef40a1ebd7d22e0716554845213544b7678 (patch) | |
tree | d08b5f4a9c3b30097cb22760b7fd5d9223ad5e41 /package/network/config/firewall/Makefile | |
parent | a429db08219f2395b2640124022da085f39c07bb (diff) | |
download | upstream-9441aef40a1ebd7d22e0716554845213544b7678.tar.gz upstream-9441aef40a1ebd7d22e0716554845213544b7678.tar.bz2 upstream-9441aef40a1ebd7d22e0716554845213544b7678.zip |
firewall: add missing dependencies
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37224 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/Makefile')
-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 fd48ffea61..007a77a23c 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -26,7 +26,7 @@ define Package/firewall SECTION:=net CATEGORY:=Base system TITLE:=OpenWrt C Firewall - DEPENDS:=+libubox +libubus +libuci +libip4tc +IPV6:libip6tc +libxtables + DEPENDS:=+libubox +libubus +libuci +libip4tc +IPV6:libip6tc +libxtables +kmod-ipt-core +kmod-ipt-nat endef define Package/firewall/description |