1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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
This commit is contained in:
nbd
2007-07-11 06:47:33 +00:00
parent 119dd315ef
commit c0bcf0f893
2 changed files with 14 additions and 13 deletions

View File

@@ -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 \\\