[openwrt/openwrt] qosify: fix package section/category
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 1 12:17:05 PDT 2021
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9ae5f09dc8718d51f8dad1f0e59032ee48d2e2e4
commit 9ae5f09dc8718d51f8dad1f0e59032ee48d2e2e4
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Nov 1 20:16:52 2021 +0100
qosify: fix package section/category
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
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
More information about the lede-commits
mailing list