From: Felix Fietkau Date: Mon, 8 Nov 2021 20:28:27 +0000 (+0100) Subject: qosify: add missing dependency X-Git-Tag: v22.03.0-rc1~1244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48c754d653f042cfc8af6ae6fa179ce76d4c6528;p=thirdparty%2Fopenwrt.git qosify: add missing dependency Signed-off-by: Felix Fietkau --- diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile index a302b7b2642..31771dbd544 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