Browse Source

strongswan: add wolfssl plugin

Signed-off-by: Derek Yerger <derek@altdevs.net>
Signed-off-by: Joel Low <joel@joelsplace.sg>
(cherry picked from commit 51203cae24)
lilik-openwrt-22.03
Derek Yerger 3 years ago
committed by Joel Low
parent
commit
821fd24995
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      net/strongswan/Makefile

+ 3
- 0
net/strongswan/Makefile View File

@ -95,6 +95,7 @@ PKG_MOD_AVAILABLE:= \
updown \
vici \
whitelist \
wolfssl \
x509 \
xauth-eap \
xauth-generic \
@ -223,6 +224,7 @@ $(call Package/strongswan/Default)
+strongswan-mod-updown \
+strongswan-mod-vici \
+strongswan-mod-whitelist \
+strongswan-mod-wolfssl \
+strongswan-mod-x509 \
+strongswan-mod-xauth-eap \
+strongswan-mod-xauth-generic \
@ -735,6 +737,7 @@ $(eval $(call BuildPlugin,unity,Cisco Unity extension,))
$(eval $(call BuildPlugin,updown,updown firewall,+iptables-legacy +iptables-mod-ipsec +kmod-ipt-ipsec))
$(eval $(call BuildPlugin,vici,Versatile IKE Configuration Interface,))
$(eval $(call BuildPlugin,whitelist,peer identity whitelisting,))
$(eval $(call BuildPlugin,wolfssl,WolfSSL crypto,+PACKAGE_strongswan-mod-wolfssl:libwolfssl))
$(eval $(call BuildPlugin,x509,x509 certificate,))
$(eval $(call BuildPlugin,xauth-eap,EAP XAuth backend,))
$(eval $(call BuildPlugin,xauth-generic,generic XAuth backend,))


Loading…
Cancel
Save