Search Linux Wireless

[PATCH] compat-wireless: fix driver-select for iwl3945/iwlagn

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The iwl3945/iwlagn drivers were never built when choosing the "intel"
or "iwlwifi" options with the driver-select script. (Note that this
currently affects all stable releases of compat-wireless as well.)

Signed-off-by: David Ward <david.ward@xxxxxxxxxx>
---
 scripts/driver-select |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/driver-select b/scripts/driver-select
index 3989b9f..0d5a38b 100755
--- a/scripts/driver-select
+++ b/scripts/driver-select
@@ -318,13 +318,13 @@ case $1 in
 		disable_var_01
 		;;
 	intel)
-		select_drivers		CONFIG_IWLWIFI \
+		select_drivers		CONFIG_COMPAT_IWLWIFI \
 					CONFIG_IPW
 		disable_staging
 		disable_var
 		;;
 	iwlwifi)
-		select_driver		CONFIG_IWLWIFI
+		select_driver		CONFIG_COMPAT_IWLWIFI
 		disable_staging
 		disable_var_01
 		;;
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux