CONFIG_WIRELESS_EXTENSION is purely internal to the Makefile

This commit is contained in:
Johannes Berg 2009-07-24 02:43:56 +02:00 committed by Jouni Malinen
parent b2840aafaf
commit 91382de4d1
2 changed files with 1 additions and 5 deletions

View 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)

View 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