aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/qosify/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-11-01 20:16:52 +0100
committerFelix Fietkau <nbd@nbd.name>2021-11-01 20:17:02 +0100
commit9ae5f09dc8718d51f8dad1f0e59032ee48d2e2e4 (patch)
treededbbf017c64d640aa57f157c5995eb597fe356a /package/network/config/qosify/Makefile
parentfab84bf18c2ebf310802d13110e76a98c9acb6e4 (diff)
downloadupstream-9ae5f09dc8718d51f8dad1f0e59032ee48d2e2e4.tar.gz
upstream-9ae5f09dc8718d51f8dad1f0e59032ee48d2e2e4.tar.bz2
upstream-9ae5f09dc8718d51f8dad1f0e59032ee48d2e2e4.zip
qosify: fix package section/category
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/config/qosify/Makefile')
-rw-r--r--package/network/config/qosify/Makefile5
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