aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/qosify/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/config/qosify/Makefile')
-rw-r--r--package/network/config/qosify/Makefile4
1 files changed, 2 insertions, 2 deletions
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