diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/network/config/qosify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile index 28dedf874d..a7532d2906 100644 --- a/package/network/config/qosify/Makefile +++ b/package/network/config/qosify/Makefile @@ -29,7 +29,7 @@ define Package/qosify CATEGORY:=Kernel modules SUBMENU:=Network Support TITLE:=A simple QoS solution based eBPF + CAKE - DEPENDS:=+libbpf +libubox +libubus +kmod-sched-cake +tc-full @!BPF_TOOLCHAIN_NONE + DEPENDS:=+libbpf +libubox +libubus +kmod-sched-cake +tc-full $(BPF_DEPENDS) endef define Build/Compile |