projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbda0ca
)
qos-scripts: use kmod-sched-core instead of kmod-sched
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 16 May 2012 15:23:23 +0000
(15:23 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 16 May 2012 15:23:23 +0000
(15:23 +0000)
SVN-Revision: 31761
package/qos-scripts/Makefile
patch
|
blob
|
history
diff --git
a/package/qos-scripts/Makefile
b/package/qos-scripts/Makefile
index 8d7762c53eef417f66bd6e8024c65c21d8ed355e..83821288d9bb90ce144b3b29b1e474c1882e2349 100644
(file)
--- 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 +kmod-ifb +iptables +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra
+ DEPENDS:=+tc +kmod-sched
-core
+kmod-ifb +iptables +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra
TITLE:=QoS scripts
PKGARCH:=all
endef