diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-11 06:47:33 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-11 06:47:33 +0000 |
commit | c0bcf0f893523dc7e61ac4a407895ed4601174e8 (patch) | |
tree | 328b960982cf081d216ef5f02424b584b5982074 /package | |
parent | 119dd315ef79722cf49719738409ab0fc604ff1a (diff) |
reorganize netfilter modules, get rid of the iptables-mod-extra dependency in qos-scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7912 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 181facd475..bc7a6598c4 100644 --- a/package/qos-scripts/Makefile +++ b/package/qos-scripts/Makefile @@ -19,7 +19,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-extra +iptables-mod-conntrack +iptables-mod-imq + DEPENDS:=+tc +kmod-sched +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack +iptables-mod-imq TITLE:=QoS scripts DESCRIPTION:=QoS scripts \\\ A set of scripts that abstract QoS configuration \\\ |