diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile index 6e2fdf8fdf..a5e171484b 100644 --- a/package/network/config/qosify/Makefile +++ b/package/network/config/qosify/Makefile @@ -27,8 +27,8 @@ include $(INCLUDE_DIR)/bpf.mk include $(INCLUDE_DIR)/nls.mk define Package/qosify - SECTION:=net - CATEGORY:=Network + SECTION:=utils + CATEGORY:=Base system TITLE:=A simple QoS solution based eBPF + CAKE DEPENDS:=+libbpf +libubox +libubus +kmod-sched-cake +kmod-sched-bpf +kmod-ifb +tc-full $(BPF_DEPENDS) endef