浏览代码

iproute2: make tc depend on kmod-sched (#6681)

SVN-Revision: 19724
Jo-Philipp Wich 15 年之前
父节点
当前提交
2e449378bf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/iproute2/Makefile

+ 1 - 0
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