diff options
author | Jouni Malinen <j@w1.fi> | 2010-03-06 16:40:53 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2010-03-06 16:40:53 +0200 |
commit | 23e2550c0e16cfbd87a389e1b846673d5ba87929 (patch) | |
tree | 285a98c547a2f4f673a843af71ba3faf5dc4d7e6 /hostapd/README-WPS | |
parent | ffd2c8cd4d087577837e0730e1dad6bc03aa446e (diff) | |
download | external_wpa_supplicant_8_ti-23e2550c0e16cfbd87a389e1b846673d5ba87929.zip external_wpa_supplicant_8_ti-23e2550c0e16cfbd87a389e1b846673d5ba87929.tar.gz external_wpa_supplicant_8_ti-23e2550c0e16cfbd87a389e1b846673d5ba87929.tar.bz2 |
Remove unneeded CONFIG_EAP comments
These are not needed for WPS builds since CONFIG_WPS=y enables all
the needed EAP components.
Diffstat (limited to 'hostapd/README-WPS')
-rw-r--r-- | hostapd/README-WPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hostapd/README-WPS b/hostapd/README-WPS index e0e370b..b5fa86b 100644 --- a/hostapd/README-WPS +++ b/hostapd/README-WPS @@ -62,7 +62,6 @@ includes WPS support and uses madwifi driver interface: CONFIG_DRIVER_MADWIFI=y CFLAGS += -I/usr/src/madwifi-0.9.3 -CONFIG_EAP=y CONFIG_WPS=y CONFIG_WPS_UPNP=y |