From a62e54af3ecca7696d368ccc50d2f2074722f67d Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Mon, 6 Apr 2020 10:31:49 +0800 Subject: [PATCH] acme: depends on wget-ssl Signed-off-by: Yousong Zhou (cherry picked from commit d917d662aedd9c133217b5c6d8c5a4f4a6bd3dea) --- net/acme/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/acme/Makefile b/net/acme/Makefile index fa70cdc78d..accdc4729f 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