mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
acme: depends on wget-ssl
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit d917d662ae)
This commit is contained in:
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/acme
|
define Package/acme
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+gnu-wget +ca-bundle +openssl-util +socat
|
DEPENDS:=+wget-ssl +ca-bundle +openssl-util +socat
|
||||||
TITLE:=ACME (Letsencrypt) client
|
TITLE:=ACME (Letsencrypt) client
|
||||||
URL:=https://acme.sh
|
URL:=https://acme.sh
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
|
|||||||
Reference in New Issue
Block a user