diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-06-04 12:07:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-04 12:07:43 +0300 |
commit | 4cd08258bbe145384145933e8f061351bc9a82ad (patch) | |
tree | 75633ccf9867a9e01eeeb090a3b54b936ebac234 /applications/luci-app-ddns/Makefile | |
parent | 1ce88dced63d028f93fdf304b6ff0a48c4453655 (diff) | |
parent | 09c3a8385e2176fc8a4f934e592f4089b662a1c1 (diff) |
Merge pull request #1835 from Ansuel/ddns-optional
luci-app-ddns: make param opt, optional
Diffstat (limited to 'applications/luci-app-ddns/Makefile')
-rw-r--r-- | applications/luci-app-ddns/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 886b266b04..7295189518 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -16,10 +16,11 @@ PKG_VERSION:=2.4.9 # Release == build # increase on changes of translation files -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_LICENSE:=Apache-2.0 -PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com> +PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>, \ + Ansuel Smith <ansuelsmth@gmail.com> # LuCI specific settings LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts) |