From ee9fdba61744111d8f5d7f7d616992ac7135ac09 Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Sun, 9 Nov 2014 18:37:15 +0100 Subject: luci-app-ddns: Update to support ddns-scripts 2.1.0-1 fix verify of entry for DNS server Issue #244 https://github.com/openwrt/luci/issues/244 add support for option 'update_script' add display of version information when click on "Dynamic DNS" on overview page add verify of installed ddns-scripts version and show as hint if not correct version modified epoch to date conversation cbi object Flag did not set section.changed state, fixed in tools.flag_parse function ucitrack entry no longer needed and removed minor fixes Signed-off-by: Christian Schoenebeck --- applications/luci-ddns/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'applications/luci-ddns/Makefile') diff --git a/applications/luci-ddns/Makefile b/applications/luci-ddns/Makefile index 0a723b61d..3f57d63c6 100644 --- a/applications/luci-ddns/Makefile +++ b/applications/luci-ddns/Makefile @@ -1,8 +1,3 @@ -# supports ddns-scripts 1.0.0-23 and ddns-scripts starting -# PKG_VERSION:=2.0.1 -# PKG_RELEASE:=8 -# PKG_MAINTAINER:=Christian Schoenebeck - PO = ddns include ../../build/config.mk -- cgit v1.2.3