[openwrt/openwrt] qosify: move package to Base System
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 19 14:52:57 PST 2021
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/537df46a3912f314e296598f6a270040f486da98
commit 537df46a3912f314e296598f6a270040f486da98
Author: Rodrigo B. de Sousa Martins <rodrigo.sousa.577 at gmail.com>
AuthorDate: Mon Nov 15 13:53:43 2021 -0300
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 at gmail.com>
---
package/network/config/qosify/Makefile | 4 ++--
1 file 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
More information about the lede-commits
mailing list