Browse Source

Merge pull request #18469 from lowjoel/strongswan-wolfssl-22.03

strongswan: add wolfssl plugin
lilik-openwrt-22.03
Jeffery To 2 years ago
committed by GitHub
parent
commit
889b2a4a07
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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