[openwrt/openwrt] qosify: add missing dependency

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 2 02:57:40 PDT 2021


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/605192f46c1576fe8abb3df6041d21c3f20e664a

commit 605192f46c1576fe8abb3df6041d21c3f20e664a
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Nov 2 10:57:06 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 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



More information about the lede-commits mailing list