Browse Source

acme: depends on wget-ssl

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Yousong Zhou 4 years ago
parent
commit
d917d662ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/acme/Makefile

+ 1
- 1
net/acme/Makefile View File

@ -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


Loading…
Cancel
Save