From: Yousong Zhou Date: Mon, 6 Apr 2020 02:31:49 +0000 (+0800) Subject: acme: depends on wget-ssl X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d917d662aedd9c133217b5c6d8c5a4f4a6bd3dea;p=openwrt-packages.git acme: depends on wget-ssl Signed-off-by: Yousong Zhou --- diff --git a/net/acme/Makefile b/net/acme/Makefile index 14263738a..dc581f500 100644 --- a/net/acme/Makefile +++ b/net/acme/Makefile @@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk define Package/acme SECTION:=net CATEGORY:=Network - DEPENDS:=+gnu-wget +ca-bundle +openssl-util +socat + DEPENDS:=+wget-ssl +ca-bundle +openssl-util +socat TITLE:=ACME (Letsencrypt) client URL:=https://acme.sh PKGARCH:=all