summaryrefslogtreecommitdiff
path: root/package/qos-scripts/Makefile
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/qos-scripts/Makefile
parent1ab62895f7e9a704808b4f446a673f6687fadb65 (diff)
downloadmtk-20170518-9e995816212ca222347ea493ff09cbd566411dbf.zip
mtk-20170518-9e995816212ca222347ea493ff09cbd566411dbf.tar.gz
mtk-20170518-9e995816212ca222347ea493ff09cbd566411dbf.tar.bz2
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/qos-scripts/Makefile')
-rw-r--r--package/qos-scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile
index 65a7590..253e65d 100644
--- a/package/qos-scripts/Makefile
+++ b/package/qos-scripts/Makefile
@@ -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