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

SVN-Revision: 18714
master
Felix Fietkau 15 years ago
parent 1ab62895f7
commit 9e99581621
  1. 2
      package/firewall/Makefile
  2. 2
      package/qos-scripts/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

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

Loading…
Cancel
Save