mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
ddns-scripts: fix ddns-scripts-scaleway description
ddns-scripts-scaleway description section was not defined as such and was
overriding the package definition leading to:
Makefile:839: *** missing separator. Stop.
Fixes: a7867016c8 ("ddns-scripts: add support for Scaleway DNS")
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Florian Eckert
parent
6c8ad9f02b
commit
83b0c8e27d
@@ -276,7 +276,7 @@ define Package/ddns-scripts-scaleway
|
|||||||
DEPENDS:=ddns-scripts +curl
|
DEPENDS:=ddns-scripts +curl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ddns-scripts-scaleway
|
define Package/ddns-scripts-scaleway/description
|
||||||
Dynamic DNS Client scripts extension for Scaleway.
|
Dynamic DNS Client scripts extension for Scaleway.
|
||||||
Parameters:
|
Parameters:
|
||||||
'option username' The zone in which the RR is to be set
|
'option username' The zone in which the RR is to be set
|
||||||
|
|||||||
Reference in New Issue
Block a user