diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-01-11 00:14:59 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-01-11 00:16:07 +0100 |
commit | ea5f22e65325ed1463e73805992fcaaa57b246f8 (patch) | |
tree | 7c51b3897307b59bc2a1b24d9c4f3534982691c7 /applications/luci-app-ddns/luasrc/controller | |
parent | 1ce2d8f46af0673068a8057dbeb76af9c477ad55 (diff) |
luci-app-ddns: adaption to new luci structure and cleanup
- adaption to LuCI's new directory structure on github
- adaption to LuCI's new Makefile optional settings
- remove CHANGELOG from github
- directory structure cleanup
not all patches of 2.1.0-3 and before were applied to new directory
structure
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-app-ddns/luasrc/controller')
-rw-r--r-- | applications/luci-app-ddns/luasrc/controller/ddns.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/applications/luci-app-ddns/luasrc/controller/ddns.lua b/applications/luci-app-ddns/luasrc/controller/ddns.lua index b11388c30c..d511567ed8 100644 --- a/applications/luci-app-ddns/luasrc/controller/ddns.lua +++ b/applications/luci-app-ddns/luasrc/controller/ddns.lua @@ -3,6 +3,7 @@ LuCI - Lua Configuration Interface Copyright 2008 Steven Barth <steven@midlink.org> Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net> +Copyright 2013 Manuel Munz <freifunk at somakoma dot de> Copyright 2014 Christian Schoenebeck <christian dot schoenebeck at gmail dot com> Licensed under the Apache License, Version 2.0 (the "License"); @@ -25,8 +26,8 @@ local SYS = require "luci.sys" local DDNS = require "luci.tools.ddns" -- ddns multiused functions local UTIL = require "luci.util" -local luci_ddns_version = "2.1.0-3" -- luci-app-ddns / openwrt Makefile compatible version -local ddns_scripts_min = "2.1.0-2" -- minimum version of ddns-scripts required +local luci_ddns_version = "2.1.0-4" -- luci-app-ddns / openwrt Makefile compatible version +local ddns_scripts_min = "2.1.0-3" -- minimum version of ddns-scripts required function index() -- no services_ipv6 file or no dynamic_dns_lucihelper.sh |