From: Rodrigo B. de Sousa Martins <rodrigo.sousa.577@gmail.com>
Date: Mon, 15 Nov 2021 16:53:43 +0000 (-0300)
Subject: qosify: move package to Base System
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=537df46a3912f314e296598f6a270040f486da98;p=openwrt%2Fstaging%2Fxback.git

qosify: move package to Base System

Since sqm-scripts and qos-scripts packages are in the same category as qosify,
the firsts being in the Base System category, I find it understandable to move
the latter to Base System instead of network section.

Signed-off-by: Rodrigo B. de Sousa Martins <rodrigo.sousa.577@gmail.com>
---

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