[openwrt/openwrt] qosify: add missing dependency
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 8 12:33:21 PST 2021
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/48c754d653f042cfc8af6ae6fa179ce76d4c6528
commit 48c754d653f042cfc8af6ae6fa179ce76d4c6528
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Nov 8 21:28:27 2021 +0100
qosify: add missing dependency
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/network/config/qosify/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile
index a302b7b264..31771dbd54 100644
--- 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
More information about the lede-commits
mailing list