]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
CONFIG_WIRELESS_EXTENSION is purely internal to the Makefile
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 24 Jul 2009 00:43:56 +0000 (02:43 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 28 Jul 2009 11:41:33 +0000 (14:41 +0300)
wpa_supplicant/Makefile
wpa_supplicant/README

index ed50a6d36467d06c4e2b31c9ba3f327db30eec3f..a28ac1e4126d378b5483629481aa1e9110ddfc34 100644 (file)
@@ -35,7 +35,6 @@ mkconfig:
        fi
        echo CONFIG_DRIVER_HOSTAP=y >> .config
        echo CONFIG_DRIVER_WEXT=y >> .config
-       echo CONFIG_WIRELESS_EXTENSION=y >> .config
 
 install: all
        mkdir -p $(DESTDIR)$(BINDIR)
index 760d64a3711768746691a5bb50126267a778f142..4a3cfc612c2084985278572457653dc557980642 100644 (file)
@@ -397,10 +397,8 @@ CONFIG_PCSC=y
 
 Following options can be added to .config to select which driver
 interfaces are included. Hermes driver interface needs to be downloaded
-from Agere (see above). CONFIG_WIRELESS_EXTENSION will be used
-automatically if any of the selected drivers need it.
+from Agere (see above).
 
-CONFIG_WIRELESS_EXTENSION=y
 CONFIG_DRIVER_HOSTAP=y
 CONFIG_DRIVER_HERMES=y
 CONFIG_DRIVER_MADWIFI=y
@@ -426,7 +424,6 @@ CONFIG_DRIVER_BROADCOM=y
 CONFIG_DRIVER_IPW=y
 CONFIG_DRIVER_BSD=y
 CONFIG_DRIVER_NDIS=y
-CONFIG_WIRELESS_EXTENSION=y
 CONFIG_IEEE8021X_EAPOL=y
 CONFIG_EAP_MD5=y
 CONFIG_EAP_MSCHAPV2=y