summaryrefslogtreecommitdiffstats
path: root/package/firewall
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-12-09 13:36:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-12-09 13:36:39 +0000
commit9e995816212ca222347ea493ff09cbd566411dbf (patch)
tree385611eb7998a73f27afae2a83210812684a2573 /package/firewall
parent1ab62895f7e9a704808b4f446a673f6687fadb65 (diff)
downloadmaster-31e0f0ae-9e995816212ca222347ea493ff09cbd566411dbf.tar.gz
master-31e0f0ae-9e995816212ca222347ea493ff09cbd566411dbf.tar.bz2
master-31e0f0ae-9e995816212ca222347ea493ff09cbd566411dbf.zip
adjust dependencies of firewall and qos-scripts, so that these packages are visible even when iptables is not selected
SVN-Revision: 18714
Diffstat (limited to 'package/firewall')
-rw-r--r--package/firewall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index cb8a25a090..8d0452602b 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -18,7 +18,7 @@ define Package/firewall
CATEGORY:=Base system
URL:=http://openwrt.org/
TITLE:=OpenWrt firewall
- DEPENDS:=+iptables-mod-conntrack +iptables-mod-nat
+ DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat
PKGARCH:=all
endef