From e2abfd7b72132627217735247cbe08e779ae23e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20VAR=C3=88NE?= Date: Mon, 8 May 2023 15:54:27 +0200 Subject: [PATCH] spotfilter: adjust DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add missing kmod-ifb Remove unused kmod-sched-cake Signed-off-by: Thibaut VARĂˆNE --- feeds/ucentral/spotfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/ucentral/spotfilter/Makefile b/feeds/ucentral/spotfilter/Makefile index 92e23ab2a..0b438ae81 100644 --- a/feeds/ucentral/spotfilter/Makefile +++ b/feeds/ucentral/spotfilter/Makefile @@ -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 += \