diff options
author | Jouni Malinen <j@w1.fi> | 2009-01-09 21:45:31 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-01-09 21:45:31 +0200 |
commit | 47dc21c70e28101da74397015c6bb9ad585d11e6 (patch) | |
tree | 2d46fd192ab02440ca5bb1c0825f9cd3e5c0c448 /build_release | |
parent | 5fa30f32da94a449cf9f6efded4142ce8dba54f7 (diff) | |
download | external_wpa_supplicant_8_ti-47dc21c70e28101da74397015c6bb9ad585d11e6.zip external_wpa_supplicant_8_ti-47dc21c70e28101da74397015c6bb9ad585d11e6.tar.gz external_wpa_supplicant_8_ti-47dc21c70e28101da74397015c6bb9ad585d11e6.tar.bz2 |
Include SIM simular for EAP-SIM in Windows build
USIM simulator for EAP-AKA was already included, but the SIM version was
forgotten from the build script.
Diffstat (limited to 'build_release')
-rwxr-xr-x | build_release | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_release b/build_release index aecff93..b5050a5 100755 --- a/build_release +++ b/build_release @@ -75,6 +75,7 @@ LIBS_w += -L$WINLOCAL/lib LIBS_p += -L$WINLOCAL/lib CONFIG_EAP_SIM=y +CONFIG_SIM_SIMULATOR=y CONFIG_EAP_AKA=y CONFIG_USIM_SIMULATOR=y CONFIG_EAP_LEAP=y |