strongswan: Added strongswan-mod-eap-tls 1598/head
authorAdam Lebsack <adam.lebsack@sophos.com>
Wed, 15 Jul 2015 14:33:07 +0000 (16:33 +0200)
committerAdam Lebsack <adam.lebsack@sophos.com>
Mon, 20 Jul 2015 15:06:02 +0000 (17:06 +0200)
Signed-off-by: Adam Lebsack <alebsack@gmail.com>
net/strongswan/Makefile

index 840b02e11cb4490d25af0d782b3965cc538d3bec..a1df8afb691a340ca427e22bc8f1574d2e3f1a01 100644 (file)
@@ -39,6 +39,7 @@ PKG_MOD_AVAILABLE:= \
        eap-md5 \
        eap-mschapv2 \
        eap-radius \
+       eap-tls \
        farp \
        fips-prf \
        gcm \
@@ -149,6 +150,7 @@ $(call Package/strongswan/Default)
        +strongswan-mod-eap-md5 \
        +strongswan-mod-eap-mschapv2 \
        +strongswan-mod-eap-radius \
+       +strongswan-mod-eap-tls \
        +strongswan-mod-farp \
        +strongswan-mod-fips-prf \
        +strongswan-mod-gcm \
@@ -336,7 +338,7 @@ define Package/strongswan/install
        $(INSTALL_DIR) $(1)/etc
        $(CP) $(PKG_INSTALL_DIR)/etc/strongswan.conf $(1)/etc/
        $(INSTALL_DIR) $(1)/usr/lib/ipsec
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{libstrongswan.so.*,libhydra.so.*} $(1)/usr/lib/ipsec/
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{libtls.so.*,libstrongswan.so.*,libhydra.so.*} $(1)/usr/lib/ipsec/
        $(INSTALL_CONF) ./files/ipsec.secrets $(1)/etc/
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/ipsec.init $(1)/etc/init.d/ipsec
@@ -449,6 +451,7 @@ $(eval $(call BuildPlugin,eap-identity,EAP identity helper,))
 $(eval $(call BuildPlugin,eap-md5,EAP MD5 (CHAP) EAP auth,))
 $(eval $(call BuildPlugin,eap-mschapv2,EAP MS-CHAPv2 EAP auth,+strongswan-mod-md4 +strongswan-mod-des))
 $(eval $(call BuildPlugin,eap-radius,EAP RADIUS auth,))
+$(eval $(call BuildPlugin,eap-tls,EAP TLS auth,))
 $(eval $(call BuildPlugin,farp,fake arp respsonses,))
 $(eval $(call BuildPlugin,fips-prf,FIPS PRF crypto,+strongswan-mod-sha1))
 $(eval $(call BuildPlugin,gcm,GCM AEAD wrapper crypto,))