From 49ef6ff3032700410c713f35fe58d20e661ff816 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Tue, 12 Nov 2024 17:29:47 +0100 Subject: [PATCH] uspot: make EXTRA_DEPENDS APK compatible APK versions use dots instead of dashes, so update EXTRA_DEPENDS to make it APK compatible. Signed-off-by: Robert Marko --- net/uspot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/uspot/Makefile b/net/uspot/Makefile index 9477f5cf36..f470eb0d2e 100644 --- a/net/uspot/Makefile +++ b/net/uspot/Makefile @@ -22,7 +22,7 @@ define Package/uspot SECTION:=net CATEGORY:=Network TITLE:=uspot hotspot daemon - EXTRA_DEPENDS:=ucode (>= 2023-11-07) + EXTRA_DEPENDS:=ucode (>= 2023.11.07) DEPENDS:=+conntrack \ +libblobmsg-json +liblucihttp-ucode +libradcli +libubox +libubus +libuci \ +uspotfilter \ @@ -62,7 +62,7 @@ define Package/uspotfilter SECTION:=net CATEGORY:=Network TITLE:=uspot firewall interface - EXTRA_DEPENDS:=ucode (>= 2023-11-07) + EXTRA_DEPENDS:=ucode (>= 2023.11.07) DEPENDS:=+conntrack +nftables-json +ucode +ucode-mod-rtnl +ucode-mod-uloop PKGARCH:=all endef