mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-29 15:44:04 +00:00
qosify: fix package section/category
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
fab84bf18c
commit
9ae5f09dc8
@ -25,9 +25,8 @@ include $(INCLUDE_DIR)/cmake.mk
|
||||
include $(INCLUDE_DIR)/bpf.mk
|
||||
|
||||
define Package/qosify
|
||||
SECTION:=kernel
|
||||
CATEGORY:=Kernel modules
|
||||
SUBMENU:=Network Support
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=A simple QoS solution based eBPF + CAKE
|
||||
DEPENDS:=+libbpf +libubox +libubus +kmod-sched-cake +tc-full $(BPF_DEPENDS)
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user