Update strongswan Makefile

DEPENDS 相比openwrt官方缺少一项 strongswan-libtls
This commit is contained in:
cxxxfu 2024-02-24 19:35:55 +08:00 committed by GitHub
parent 86aec7166f
commit d2fba1fef5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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