From d2fba1fef5af095ba8be3e17b1c7593b54abe7a4 Mon Sep 17 00:00:00 2001 From: cxxxfu <33364582+cxxxfu@users.noreply.github.com> Date: Sat, 24 Feb 2024 19:35:55 +0800 Subject: [PATCH] Update strongswan Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DEPENDS 相比openwrt官方缺少一项 strongswan-libtls --- net/strongswan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 96f61f0c..19f0781c 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -387,7 +387,7 @@ endef define Package/strongswan-pki $(call Package/strongswan/Default) TITLE+= PKI tool - DEPENDS:= strongswan + DEPENDS:= strongswan strongswan-libtls endef define Package/strongswan-pki/description