adjust dependencies of firewall and qos-scripts, so that these packages are visible even when iptables is not selected

SVN-Revision: 18714
This commit is contained in:
Felix Fietkau 2009-12-09 13:36:39 +00:00
parent 1ab62895f7
commit 9e99581621
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/qos-scripts
SECTION:=utils
CATEGORY:=Base system
DEPENDS:=+tc +kmod-sched +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra +iptables-mod-imq
DEPENDS:=+tc +kmod-sched +iptables +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra +iptables-mod-imq
TITLE:=QoS scripts
PKGARCH:=all
endef