1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-10 01:26:24 +02:00

qosify: fix package section/category

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2021-11-01 20:16:52 +01:00
parent fab84bf18c
commit 9ae5f09dc8

View File

@ -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