projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ebe347
)
iproute2: make tc depend on kmod-sched (#6681)
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 19 Feb 2010 01:58:06 +0000
(
01:58
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 19 Feb 2010 01:58:06 +0000
(
01:58
+0000)
SVN-Revision: 19724
package/iproute2/Makefile
patch
|
blob
|
history
diff --git
a/package/iproute2/Makefile
b/package/iproute2/Makefile
index a3b5f471cfeb0314ee186dca8911ec170221f27c..c7c3e2be5ad0410f7c62527f21b69aadf3318c83 100644
(file)
--- a/
package/iproute2/Makefile
+++ b/
package/iproute2/Makefile
@@
-33,6
+33,7
@@
endef
define Package/tc
$(call Package/iproute2/Default)
TITLE:=Traffic control utility
+ DEPENDS:=+kmod-sched
endef
define Package/genl