ddns-scripts: add dependency for ddns-scripts-services on ddns-scripts
If we install ddns-scripts we also install the default ddns-scripts-services package. So the behabviour for the user does not change. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
3ec59622e9
commit
b67240f7ce
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,7 @@ endef
|
|||
define Package/ddns-scripts
|
||||
$(call Package/ddns-scripts/Default)
|
||||
TITLE:=Dynamic DNS Client scripts (with IPv6 support)
|
||||
DEPENDS:=+ddns-scripts-services
|
||||
endef
|
||||
|
||||
define Package/ddns-scripts/description
|
||||
|
@ -49,7 +50,6 @@ endef
|
|||
define Package/ddns-scripts-services
|
||||
$(call Package/ddns-scripts/Default)
|
||||
TITLE:=Common ddns providers
|
||||
DEPENDS:=ddns-scripts
|
||||
endef
|
||||
|
||||
define Package/ddns-scripts-services/description
|
||||
|
|
Loading…
Reference in a new issue