diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-11-12 08:23:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-12 08:23:23 +0100 |
commit | 45240e088e4dcef3216d19f1751c13eb08c6edd6 (patch) | |
tree | c5b54215c99d58c8011eefeb497060cb0b84e948 /applications/luci-app-ddns/Makefile | |
parent | 0731f7e5e43f490c39e364e43988a59ee2be9576 (diff) | |
parent | 32db039d31f274bfe93a4d7b033c320f781e3c88 (diff) |
Merge pull request #3267 from Ansuel/rework-ddns
luci-app-ddns: convert to client side implementation
Diffstat (limited to 'applications/luci-app-ddns/Makefile')
-rw-r--r-- | applications/luci-app-ddns/Makefile | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 5084c88e42..3fe679d9cb 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -8,30 +8,12 @@ include $(TOPDIR)/rules.mk -# PKG_NAME:=luci-app-ddns - -# Version == major.minor.patch -# increase on new functionality (minor) or patches (patch) -PKG_VERSION:=2.4.9 - -# Release == build -# increase on changes of translation files -PKG_RELEASE:=7 - PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com> -# LuCI specific settings LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts) LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-mod-admin-full +ddns-scripts -# LUCI_PKGARCH:=all - -define Package/$(PKG_NAME)/config -# shown in make menuconfig <Help> -help - $(LUCI_TITLE) - Version: $(PKG_VERSION)-$(PKG_RELEASE) -endef +LUCI_PKGARCH:=all include ../../luci.mk |