projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff4758
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25656
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/qos-scripts/Makefile
patch
|
blob
|
history
diff --git
a/package/qos-scripts/Makefile
b/package/qos-scripts/Makefile
index
b721765
..
21607a2
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