diff options
author | Guilhem Lettron <guilhem+github@lettron.fr> | 2013-01-05 23:51:51 +0100 |
---|---|---|
committer | Guilhem Lettron <guilhem@lettron.fr> | 2013-02-11 13:05:36 +0100 |
commit | d04091d01db0ddfb13e0c1279e232bf9c3365cfb (patch) | |
tree | c4b9c280eba373993532e318a72e030c0244cd7e | |
parent | ee1a2bc6358adb0b85e02fb13dbc77332325d749 (diff) | |
download | external_wpa_supplicant_8-d04091d01db0ddfb13e0c1279e232bf9c3365cfb.zip external_wpa_supplicant_8-d04091d01db0ddfb13e0c1279e232bf9c3365cfb.tar.gz external_wpa_supplicant_8-d04091d01db0ddfb13e0c1279e232bf9c3365cfb.tar.bz2 |
enable CONFIG_PCSC
try to fix #5203
http://code.google.com/p/cyanogenmod/issues/detail?id=5203
As said in the file, we need config_pcsc if config_eap_sim is enable.
-rw-r--r-- | wpa_supplicant/android.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config index 58d0c43..06b87d6 100644 --- a/wpa_supplicant/android.config +++ b/wpa_supplicant/android.config @@ -219,7 +219,7 @@ CONFIG_SMARTCARD=y # PC/SC interface for smartcards (USIM, GSM SIM) # Enable this if EAP-SIM or EAP-AKA is included -#CONFIG_PCSC=y +CONFIG_PCSC=y # Support HT overrides (disable HT/HT40, mask MCS rates, etc.) #CONFIG_HT_OVERRIDES=y |