From 9ae5f09dc8718d51f8dad1f0e59032ee48d2e2e4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 1 Nov 2021 20:16:52 +0100 Subject: [PATCH] qosify: fix package section/category Signed-off-by: Felix Fietkau --- package/network/config/qosify/Makefile | 5 ++--- 1 file 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