ddns-scripts: add ddns script to manage the providers

Redmine-patch-id: 5298
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2020-09-17 14:53:47 +02:00
parent 30234fcb55
commit f184fdf44c
2 changed files with 175 additions and 0 deletions
+4
View File
@@ -199,6 +199,10 @@ define Package/ddns-scripts/install
$(1)/usr/lib/ddns
$(INSTALL_BIN) ./files/usr/lib/ddns/dynamic_dns_updater.sh \
$(1)/usr/lib/ddns
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) ./files/usr/bin/ddns.sh \
$(1)/usr/bin/ddns
endef
define Package/ddns-scripts/postinst