summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo B. de Sousa Martins2021-11-15 16:53:43 +0000
committerFelix Fietkau2021-11-19 22:51:20 +0000
commit537df46a3912f314e296598f6a270040f486da98 (patch)
tree05bec5470c023a196236813ceae5ec38acde1aa9
parent98ef23dda84924e01348f2354161459a06e79e58 (diff)
downloadopenwrt-537df46a3912f314e296598f6a270040f486da98.tar.gz
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>
-rw-r--r--package/network/config/qosify/Makefile4
1 files changed, 2 insertions, 2 deletions
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