From d04091d01db0ddfb13e0c1279e232bf9c3365cfb Mon Sep 17 00:00:00 2001 From: Guilhem Lettron Date: Sat, 5 Jan 2013 23:51:51 +0100 Subject: 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. --- wpa_supplicant/android.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1