diff options
author | Rodrigo B. de Sousa Martins <rodrigo.sousa.577@gmail.com> | 2021-11-15 13:53:43 -0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-11-19 23:51:20 +0100 |
commit | 537df46a3912f314e296598f6a270040f486da98 (patch) | |
tree | 05bec5470c023a196236813ceae5ec38acde1aa9 /package/network/config | |
parent | 98ef23dda84924e01348f2354161459a06e79e58 (diff) | |
download | upstream-537df46a3912f314e296598f6a270040f486da98.tar.gz upstream-537df46a3912f314e296598f6a270040f486da98.tar.bz2 upstream-537df46a3912f314e296598f6a270040f486da98.zip |
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>
Diffstat (limited to 'package/network/config')
-rw-r--r-- | package/network/config/qosify/Makefile | 4 |
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 |