diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-12-09 13:36:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-12-09 13:36:39 +0000 |
commit | b561f0018151a2bef260f8843bf19445844d284c (patch) | |
tree | 73f9006fa5d7d9b4d14bf54f618906039972534b /package/qos-scripts | |
parent | ab31be36b5162fcc49762cf98dfef68a3783434b (diff) | |
download | master-187ad058-b561f0018151a2bef260f8843bf19445844d284c.tar.gz master-187ad058-b561f0018151a2bef260f8843bf19445844d284c.tar.bz2 master-187ad058-b561f0018151a2bef260f8843bf19445844d284c.zip |
adjust dependencies of firewall and qos-scripts, so that these packages are visible even when iptables is not selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18714 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/qos-scripts')
-rw-r--r-- | package/qos-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile index 65a7590886..253e65dc4e 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 |