From: Robert Marko Date: Tue, 12 Nov 2024 16:29:47 +0000 (+0100) Subject: uspot: make EXTRA_DEPENDS APK compatible X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=49ef6ff3032700410c713f35fe58d20e661ff816;p=openwrt-packages.git 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 --- diff --git a/net/uspot/Makefile b/net/uspot/Makefile index 9477f5cf3..f470eb0d2 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