Merge pull request #19628 from paper42/ddns-scripts-fix-cloudflare-provides
ddns-scripts: fix cloudflare&digitalocean provides
This commit is contained in:
commit
c3e6129c6c
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=ddns-scripts
|
||||
PKG_VERSION:=2.8.2
|
||||
PKG_RELEASE:=28
|
||||
PKG_RELEASE:=29
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
|
@ -62,7 +62,7 @@ define Package/ddns-scripts-cloudflare
|
|||
$(call Package/ddns-scripts/Default)
|
||||
TITLE:=Extension for cloudflare.com API v4
|
||||
DEPENDS:=ddns-scripts +curl
|
||||
PROVIDES:=ddns-scripts_digitalocean.com-v2
|
||||
PROVIDES:=ddns-scripts_cloudflare.com-v4
|
||||
endef
|
||||
|
||||
define Package/ddns-scripts-cloudflare/description
|
||||
|
@ -98,6 +98,7 @@ define Package/ddns-scripts-digitalocean
|
|||
$(call Package/ddns-scripts/Default)
|
||||
TITLE:=Extention for digitalocean.com API v2
|
||||
DEPENDS:=ddns-scripts +curl
|
||||
PROVIDES:=ddns-scripts_digitalocean.com-v2
|
||||
endef
|
||||
|
||||
define Package/ddns-scripts-digitalocean/description
|
||||
|
|
Loading…
Reference in a new issue