Skip to content

Commit

Permalink
qosify: move package to Base System
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rodsmar authored and nbd168 committed Nov 19, 2021
1 parent 98ef23d commit 537df46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/network/config/qosify/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 537df46

Please sign in to comment.