diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2018-07-16 03:30:43 +0200 |
---|---|---|
committer | Ansuel Smith <ansuelsmth@gmail.com> | 2018-09-02 14:04:31 +0200 |
commit | e2d0f6104d34e2e9a3d4cc97d92d3eff19e741f8 (patch) | |
tree | 75fcb9561fea57f9b0eb4ae0ee4e4a46574e6958 /applications/luci-app-ddns/Makefile | |
parent | 616d806f1c4b8c4f740b6d2bfa9adf0d7e9923ad (diff) |
luci-app-ddns: various fix
Rework overview page, sync with new style and simplify the code by removing unnecessary check.
Signed-off-by: Ansuel Smith <ansuelsmth@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 195e08131b..331851d263 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -16,7 +16,7 @@ PKG_VERSION:=2.4.9 # Release == build # increase on changes of translation files -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com> |