projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
toolchain/gcc (linaro): fix extension elimination optimization
[openwrt.git]
/
package
/
qos-scripts
/
Makefile
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
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
TITLE:=QoS scripts
PKGARCH:=all
endef
This page took
0.021387 seconds
and
4
git commands to generate.