projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1c9f19
)
qos-scripts: add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 22 Feb 2011 00:10:19 +0000
(
00:10
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 22 Feb 2011 00:10:19 +0000
(
00:10
+0000)
SVN-Revision: 25656
package/qos-scripts/Makefile
patch
|
blob
|
history
diff --git
a/package/qos-scripts/Makefile
b/package/qos-scripts/Makefile
index b721765ab0f81af349bf96ecdf5a33e6340a723d..21607a2d74bfc13a7811f79d80a6f3ec84cadc02 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 +iptables +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra
+ DEPENDS:=+tc +kmod-sched +
kmod-ifb +
iptables +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra
TITLE:=QoS scripts
PKGARCH:=all
endef