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:
parent
1ab62895f7
commit
9e99581621
@ -18,7 +18,7 @@ define Package/firewall
|
|||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
URL:=http://openwrt.org/
|
URL:=http://openwrt.org/
|
||||||
TITLE:=OpenWrt firewall
|
TITLE:=OpenWrt firewall
|
||||||
DEPENDS:=+iptables-mod-conntrack +iptables-mod-nat
|
DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/qos-scripts
|
define Package/qos-scripts
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Base system
|
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
|
TITLE:=QoS scripts
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user