diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-21 01:33:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-21 01:33:27 +0000 |
commit | fca74c3a44ec734916a39e979e8f0286accbe7d0 (patch) | |
tree | bd4867ccb249f3ed7a604e4249f07124c05bd7fd /package/qos-scripts/Makefile | |
parent | c0f0316109911b01fff6e4acf82c38bb3d6d4081 (diff) | |
download | mtk-20170518-fca74c3a44ec734916a39e979e8f0286accbe7d0.zip mtk-20170518-fca74c3a44ec734916a39e979e8f0286accbe7d0.tar.gz mtk-20170518-fca74c3a44ec734916a39e979e8f0286accbe7d0.tar.bz2 |
qos-scripts: drop the use of IMQ, use ifb and act_connmark instead
SVN-Revision: 25640
Diffstat (limited to 'package/qos-scripts/Makefile')
-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 c999e7e..b721765 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 |