diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 05:58:56 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 05:58:56 (GMT) |
commit | fa8c27daa0c5119a06a83d646a646360f30e7379 (patch) | |
tree | 649b7b5026e0cb4e1e88875904940da4756acb7a /abs/core-testing/wpa_supplicant/config | |
parent | f52a878464f022c9c0d4d406aec35b47d5af3c74 (diff) | |
download | linhes_pkgbuild-fa8c27daa0c5119a06a83d646a646360f30e7379.zip linhes_pkgbuild-fa8c27daa0c5119a06a83d646a646360f30e7379.tar.gz linhes_pkgbuild-fa8c27daa0c5119a06a83d646a646360f30e7379.tar.bz2 |
wpa_supplicant:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/wpa_supplicant/config')
-rw-r--r-- | abs/core-testing/wpa_supplicant/config | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/abs/core-testing/wpa_supplicant/config b/abs/core-testing/wpa_supplicant/config index e3582bf..e5c8cc7 100644 --- a/abs/core-testing/wpa_supplicant/config +++ b/abs/core-testing/wpa_supplicant/config @@ -50,6 +50,7 @@ #CFLAGS += -I../../include/wireless # Driver interface for madwifi driver +# Deprecated; use CONFIG_DRIVER_WEXT=y instead. #CONFIG_DRIVER_MADWIFI=y # Set include directory to the madwifi source tree #CFLAGS += -I../../madwifi @@ -60,10 +61,11 @@ #CONFIG_DRIVER_PRISM54=y # Driver interface for ndiswrapper -CONFIG_DRIVER_NDISWRAPPER=y +# Deprecated; use CONFIG_DRIVER_WEXT=y instead. +#CONFIG_DRIVER_NDISWRAPPER=y # Driver interface for Atmel driver -CONFIG_DRIVER_ATMEL=y +#CONFIG_DRIVER_ATMEL=y # Driver interface for old Broadcom driver # Please note that the newer Broadcom driver ("hybrid Linux driver") supports @@ -74,6 +76,7 @@ CONFIG_DRIVER_ATMEL=y #CFLAGS += -I/opt/WRT54GS/release/src/include # Driver interface for Intel ipw2100/2200 driver +# Deprecated; use CONFIG_DRIVER_WEXT=y instead. #CONFIG_DRIVER_IPW=y # Driver interface for Ralink driver @@ -372,7 +375,7 @@ CONFIG_CTRL_IFACE_DBUS=y #CONFIG_IEEE80211R=y # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt) -#CONFIG_DEBUG_FILE=y +CONFIG_DEBUG_FILE=y # Enable privilege separation (see README 'Privilege separation' for details) #CONFIG_PRIVSEP=y |