Browse Source

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

SVN-Revision: 19724
Jo-Philipp Wich 15 years ago
parent
commit
2e449378bf
1 changed files with 1 additions and 0 deletions
  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