From: Felix Fietkau Date: Mon, 1 Nov 2021 19:16:52 +0000 (+0100) Subject: qosify: fix package section/category X-Git-Tag: v22.03.0-rc1~1363 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9ae5f09dc8718d51f8dad1f0e59032ee48d2e2e4;p=openwrt%2Fopenwrt.git qosify: fix package section/category Signed-off-by: Felix Fietkau --- 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