From: Oskari Simola <osku@kuutio.org>
To: linux-wireless@vger.kernel.org
Subject: [PATCH] compat-wireless build: build fix for renamed driver iwlagn -> iwlwifi
Date: Sun, 30 Oct 2011 18:02:58 +0200 [thread overview]
Message-ID: <4EAD7532.7020908@kuutio.org> (raw)
Hi,
Here is patch for compat-wireless build script to build correctly after
driver name change.
diff --git a/config.mk b/config.mk
index a71de4e..87bd16a 100644
--- a/config.mk
+++ b/config.mk
@@ -246,7 +246,7 @@ ifdef CONFIG_PCI
CONFIG_ATH5K_PCI=y
CONFIG_ATH9K_PCI=y
-CONFIG_IWLAGN=m
+CONFIG_IWLWIFI=m
# CONFIG_IWLWIFI_DEBUG=y
# CONFIG_IWLWIFI_DEBUGFS=y
# CONFIG_IWLWIFI_DEVICE_TRACING=y
diff --git a/scripts/driver-select b/scripts/driver-select
index 3619541..e280b4c 100755
--- a/scripts/driver-select
+++ b/scripts/driver-select
@@ -53,7 +53,7 @@ function usage {
echo -e "\t${CYAN}atheros${NORMAL} < ${PURPLE} ath5k ath9k
carl9170 zd1211rw ath6kl ${NORMAL}>"
echo -e "\t${CYAN}ath${NORMAL} < ${PURPLE} ath5k ath9k carl9170
ath6kl ${NORMAL}>"
echo -e "\t${CYAN}brcm80211${NORMAL} < ${PURPLE} brcmsmac
brcmfmac ${NORMAL}>"
- echo -e "\t${CYAN}iwlagn${NORMAL} < ${PURPLE} iwlagn ${NORMAL}>"
+ echo -e "\t${CYAN}iwlwifi${NORMAL} < ${PURPLE} iwlwifi ${NORMAL}>"
echo -e "\t${CYAN}rtl818x${NORMAL} < ${PURPLE} rtl8180 rtl8187
${NORMAL}>"
echo -e "\t${CYAN}rtlwifi${NORMAL} < ${PURPLE} rtl8192ce
${NORMAL}>"
echo -e "\t${CYAN}wl12xx${NORMAL} < ${PURPLE} wl1251 wl12xx
(SPI and SDIO)${NORMAL}>"
@@ -310,6 +310,7 @@ case $1 in
;;
intel)
select_drivers CONFIG_COMPAT_IWLWIFI \
+ CONFIG_IWLWIFI \
CONFIG_IPW
disable_staging
disable_var
@@ -317,8 +318,8 @@ case $1 in
disable_ethernet
disable_usbnet
;;
- iwlagn)
- select_driver CONFIG_IWLAGN
+ iwlwifi)
+ select_driver CONFIG_IWLWIFI
disable_staging
disable_var_01
disable_bt
reply other threads:[~2011-10-30 16:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4EAD7532.7020908@kuutio.org \
--to=osku@kuutio.org \
--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;
as well as URLs for NNTP newsgroup(s).