projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4ff53b
)
qosify: add missing dependency
author
Felix Fietkau
<nbd@nbd.name>
Mon, 8 Nov 2021 20:28:27 +0000
(21:28 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 8 Nov 2021 20:32:40 +0000
(21:32 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/config/qosify/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/qosify/Makefile
b/package/network/config/qosify/Makefile
index a302b7b2642aca6ba59c3932ebd8a9990cf588c4..31771dbd544294e5a2c5e266ba8224eddc813cca 100644
(file)
--- a/
package/network/config/qosify/Makefile
+++ b/
package/network/config/qosify/Makefile
@@
-29,7
+29,7
@@
define Package/qosify
SECTION:=net
CATEGORY:=Network
TITLE:=A simple QoS solution based eBPF + CAKE
- DEPENDS:=+libbpf +libubox +libubus +kmod-sched-cake +kmod-sched-bpf +tc-full $(BPF_DEPENDS)
+ DEPENDS:=+libbpf +libubox +libubus +kmod-sched-cake +kmod-sched-bpf +
kmod-ifb +
tc-full $(BPF_DEPENDS)
endef
define Build/Compile