Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] compat-wireless: fix driver-select for iwl3945/iwlagn
@ 2010-12-30 21:42 David Ward
  2011-02-17 21:54 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: David Ward @ 2010-12-30 21:42 UTC (permalink / raw)
  To: linux-wireless

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@ll.mit.edu>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-17 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-30 21:42 [PATCH] compat-wireless: fix driver-select for iwl3945/iwlagn David Ward
2011-02-17 21:54 ` Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox