diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-06-18 21:58:02 +0200 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-06-18 21:58:02 +0200 |
commit | c37eb362071c77cd6df10b0277fdf57c2392cdc0 (patch) | |
tree | 54e28d4cebb4edd30f6b47679b7f6237c11a86d3 /applications/luci-app-ddns/Makefile | |
parent | cd50f27956f5c30c13b52e8a70178ce07972d552 (diff) |
luci-app-ddns: - fix handling of parameter "is_glue" and "dns_seerver"
- fix handling of parameter "is_glue" and "dns_seerver"
- depends on https://github.com/openwrt/packages/pull/2875
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-app-ddns/Makefile')
-rw-r--r-- | applications/luci-app-ddns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 7a09af07f..c660086f7 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=luci-app-ddns # Version == major.minor.patch # increase on new functionality (minor) or patches (patch) -PKG_VERSION:=2.4.5 +PKG_VERSION:=2.4.6 # Release == build # increase on changes of translation files |