From: Toke Høiland-Jørgensen Date: Thu, 23 Jan 2020 10:22:12 +0000 (+0100) Subject: acme: Include empty 'dns' config option by default X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c6b4d7f367deafc428c703ce13b0ad0403502fb5;p=feed%2Fpackages.git acme: Include empty 'dns' config option by default This should hopefully prevent issues with that option not showing up in the GUI, like in #11095. Signed-off-by: Toke Høiland-Jørgensen --- diff --git a/net/acme/Makefile b/net/acme/Makefile index bf3a4c0706..4d5275a121 100644 --- a/net/acme/Makefile +++ b/net/acme/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acme PKG_VERSION:=2.8.3 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/Neilpang/acme.sh/tar.gz/$(PKG_VERSION)? diff --git a/net/acme/files/acme.config b/net/acme/files/acme.config index 95565c8328..313481f3b3 100644 --- a/net/acme/files/acme.config +++ b/net/acme/files/acme.config @@ -10,4 +10,5 @@ config cert 'example' option update_uhttpd 1 option update_nginx 1 option webroot "" + option dns "" list domains example.org