diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-02-06 16:33:59 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-02-06 16:33:59 +0100 |
commit | e4856c76318e7f4cb992286d978086a435f2fc51 (patch) | |
tree | 03791bfe2423d2f46ff20e60626eaa997083cbc6 /applications/luci-app-ddns/Makefile | |
parent | 8ae57f62044ab9ac73a9113417e33c23aedc1974 (diff) |
luci-app-ddns: some fixes
- fixes for https://dev.openwrt.org/ticket/21787
- changed detection of BusyBox nslookup compiled with musl, thanks to Arjen de Korte
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 27008166c..146560efa 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.0 +PKG_VERSION:=2.4.1 # Release == build # increase on changes of translation files |