From 605192f46c1576fe8abb3df6041d21c3f20e664a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 2 Nov 2021 10:57:06 +0100 Subject: [PATCH] qosify: add missing dependency Signed-off-by: Felix Fietkau --- 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 7715fc176a..3c055c2af6 100644 --- a/package/network/config/qosify/Makefile +++ b/package/network/config/qosify/Makefile @@ -28,7 +28,7 @@ define Package/qosify SECTION:=net CATEGORY:=Network TITLE:=A simple QoS solution based eBPF + CAKE - DEPENDS:=+libbpf +libubox +libubus +kmod-sched-cake +tc-full $(BPF_DEPENDS) + DEPENDS:=+libbpf +libubox +libubus +kmod-sched-cake +kmod-sched-bpf +tc-full $(BPF_DEPENDS) endef define Build/Compile