summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-02-19 01:58:06 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-02-19 01:58:06 +0000
commit2e449378bf055a82b7958947ce5e477bd3714f92 (patch)
tree6ebf519eac82c29a6eb92072030303e0d6aa0305 /package
parent5ebe347f075cd1d41bceb3d344c77960b5db08ba (diff)
downloadmaster-31e0f0ae-2e449378bf055a82b7958947ce5e477bd3714f92.tar.gz
master-31e0f0ae-2e449378bf055a82b7958947ce5e477bd3714f92.tar.bz2
master-31e0f0ae-2e449378bf055a82b7958947ce5e477bd3714f92.zip
iproute2: make tc depend on kmod-sched (#6681)
SVN-Revision: 19724
Diffstat (limited to 'package')
-rw-r--r--package/iproute2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index a3b5f471cf..c7c3e2be5a 100644
--- 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