mirror of
https://github.com/openwrt/packages.git
synced 2026-01-07 18:31:29 +00:00
Merge pull request #22475 from tarvip/eap-dynamic
strongswan: add eap-dynamic plugin
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=strongswan
|
||||
PKG_VERSION:=5.9.11
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
|
||||
@@ -41,6 +41,7 @@ PKG_MOD_AVAILABLE:= \
|
||||
dnskey \
|
||||
drbg \
|
||||
duplicheck \
|
||||
eap-dynamic \
|
||||
eap-identity \
|
||||
eap-md5 \
|
||||
eap-mschapv2 \
|
||||
@@ -183,6 +184,7 @@ $(call Package/strongswan/Default)
|
||||
+strongswan-mod-dnskey \
|
||||
+strongswan-mod-drbg \
|
||||
+strongswan-mod-duplicheck \
|
||||
+strongswan-mod-eap-dynamic \
|
||||
+strongswan-mod-eap-identity \
|
||||
+strongswan-mod-eap-md5 \
|
||||
+strongswan-mod-eap-mschapv2 \
|
||||
@@ -681,6 +683,7 @@ $(eval $(call BuildPlugin,dhcp,DHCP based attribute provider,))
|
||||
$(eval $(call BuildPlugin,dnskey,DNS RR key decoding,))
|
||||
$(eval $(call BuildPlugin,drbg,Deterministic random bit generator,,))
|
||||
$(eval $(call BuildPlugin,duplicheck,advanced duplicate checking,))
|
||||
$(eval $(call BuildPlugin,eap-dynamic,EAP dynamic selector,))
|
||||
$(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))
|
||||
|
||||
Reference in New Issue
Block a user