From: David Ward <david.ward@ll.mit.edu>
To: linux-wireless@vger.kernel.org
Subject: [PATCH] compat-wireless: fix driver-select for iwl3945/iwlagn
Date: Thu, 30 Dec 2010 16:42:55 -0500 [thread overview]
Message-ID: <1293745375-29775-1-git-send-email-david.ward@ll.mit.edu> (raw)
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
next reply other threads:[~2010-12-30 21:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-30 21:42 David Ward [this message]
2011-02-17 21:54 ` [PATCH] compat-wireless: fix driver-select for iwl3945/iwlagn Luis R. Rodriguez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1293745375-29775-1-git-send-email-david.ward@ll.mit.edu \
--to=david.ward@ll.mit.edu \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox