From e55abc109c84ccfeacf14ad521fe37cbefa6162a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20VAR=C3=88NE?= Date: Mon, 8 May 2023 15:50:55 +0200 Subject: [PATCH] uspot: fix missing DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add missing: - ratelimit - ucode-mod-math - ucode-mod-nl8011 - ucode-mod-rtnl - ucode-mod-uloop Signed-off-by: Thibaut VARĂˆNE --- feeds/ucentral/uspot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/feeds/ucentral/uspot/Makefile b/feeds/ucentral/uspot/Makefile index 977648182..e8c58dec5 100644 --- a/feeds/ucentral/uspot/Makefile +++ b/feeds/ucentral/uspot/Makefile @@ -13,7 +13,8 @@ define Package/uspot SECTION:=net CATEGORY:=Network TITLE:=hotspot daemon - DEPENDS:=+spotfilter +uhttpd-mod-ucode +libradcli +iptables-mod-conntrack-extra +conntrack + DEPENDS:=+spotfilter +uhttpd-mod-ucode +libradcli +iptables-mod-conntrack-extra +conntrack \ + +ucode-mod-math +ucode-mod-nl80211 +ucode-mod-rtnl +ucode-mod-uloop +ratelimit endef define Package/uspot/install