fixed plugin names of EAP modules
This commit is contained in:
@@ -153,22 +153,22 @@ endif
|
|||||||
|
|
||||||
if USE_EAP_IDENTITY
|
if USE_EAP_IDENTITY
|
||||||
SUBDIRS += plugins/eap_identity
|
SUBDIRS += plugins/eap_identity
|
||||||
PLUGINS += eap-identity
|
PLUGINS += eapidentity
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_EAP_SIM
|
if USE_EAP_SIM
|
||||||
SUBDIRS += plugins/eap_sim
|
SUBDIRS += plugins/eap_sim
|
||||||
PLUGINS += eap-sim
|
PLUGINS += eapsim
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_EAP_MD5
|
if USE_EAP_MD5
|
||||||
SUBDIRS += plugins/eap_md5
|
SUBDIRS += plugins/eap_md5
|
||||||
PLUGINS += eap-md5
|
PLUGINS += eapmd5
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_EAP_AKA
|
if USE_EAP_AKA
|
||||||
SUBDIRS += plugins/eap_aka
|
SUBDIRS += plugins/eap_aka
|
||||||
PLUGINS += eap-aka
|
PLUGINS += eapaka
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_MEDSRV
|
if USE_MEDSRV
|
||||||
|
|||||||
Reference in New Issue
Block a user