diff options
Diffstat (limited to 'package/network/config')
-rw-r--r-- | package/network/config/qosify/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile index a7532d2906..7715fc176a 100644 --- a/package/network/config/qosify/Makefile +++ b/package/network/config/qosify/Makefile @@ -25,9 +25,8 @@ include $(INCLUDE_DIR)/cmake.mk include $(INCLUDE_DIR)/bpf.mk define Package/qosify - SECTION:=kernel - CATEGORY:=Kernel modules - SUBMENU:=Network Support + SECTION:=net + CATEGORY:=Network TITLE:=A simple QoS solution based eBPF + CAKE DEPENDS:=+libbpf +libubox +libubus +kmod-sched-cake +tc-full $(BPF_DEPENDS) endef |