mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
qosify: add missing dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
cfb022cd5f
commit
605192f46c
@ -28,7 +28,7 @@ define Package/qosify
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
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 +kmod-sched-bpf +tc-full $(BPF_DEPENDS)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
|
Loading…
Reference in New Issue
Block a user