mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 19:19:31 +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
|
include $(INCLUDE_DIR)/bpf.mk
|
||||||
|
|
||||||
define Package/qosify
|
define Package/qosify
|
||||||
SECTION:=kernel
|
SECTION:=net
|
||||||
CATEGORY:=Kernel modules
|
CATEGORY:=Network
|
||||||
SUBMENU:=Network Support
|
|
||||||
TITLE:=A simple QoS solution based eBPF + CAKE
|
TITLE:=A simple QoS solution based eBPF + CAKE
|
||||||
DEPENDS:=+libbpf +libubox +libubus +kmod-sched-cake +tc-full $(BPF_DEPENDS)
|
DEPENDS:=+libbpf +libubox +libubus +kmod-sched-cake +tc-full $(BPF_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user