mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
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 <robimarko@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
d6ad08828d
commit
49ef6ff303
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user