aboutsummaryrefslogtreecommitdiffstats
path: root/package/qos-scripts/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-21 01:33:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-21 01:33:27 +0000
commit23ddbf6c6f22bed96c6a4e76eb5bf5ab293202ba (patch)
tree5dc304a1e05cfa14892180a2cfbc2be072fd1476 /package/qos-scripts/Makefile
parent45385bb7e7bf630fa17efc564b5a70bb05b39b91 (diff)
downloadupstream-23ddbf6c6f22bed96c6a4e76eb5bf5ab293202ba.tar.gz
upstream-23ddbf6c6f22bed96c6a4e76eb5bf5ab293202ba.tar.bz2
upstream-23ddbf6c6f22bed96c6a4e76eb5bf5ab293202ba.zip
qos-scripts: drop the use of IMQ, use ifb and act_connmark instead
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25640 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c999e7e679..b721765ab0 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 +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
TITLE:=QoS scripts
PKGARCH:=all
endef