diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2020-04-06 10:31:49 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-04-14 11:37:04 +0800 |
commit | d917d662aedd9c133217b5c6d8c5a4f4a6bd3dea (patch) | |
tree | 911db9bf7bb8aeea4762d207aa92aa80c956f231 | |
parent | 585e4a38feca24c9650d4e762b44146ecd75d4d0 (diff) |
acme: depends on wget-ssl
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
-rw-r--r-- | net/acme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |