mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
spotfilter: adjust DEPENDS
Add missing kmod-ifb Remove unused kmod-sched-cake Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
This commit is contained in:
committed by
John Crispin
parent
e55abc109c
commit
e2abfd7b72
@@ -26,7 +26,7 @@ define Package/spotfilter
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Network filter for hotspot services
|
||||
DEPENDS:=+libbpf +libubox +libubus +libnl-tiny +kmod-sched-cake +kmod-sched-bpf $(BPF_DEPENDS)
|
||||
DEPENDS:=+libbpf +libubox +libubus +libnl-tiny +kmod-sched-bpf +kmod-ifb $(BPF_DEPENDS)
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += \
|
||||
|
||||
Reference in New Issue
Block a user