* [PATCH] compat-wireless build: build fix for renamed driver iwlagn -> iwlwifi
@ 2011-10-30 16:02 Oskari Simola
0 siblings, 0 replies; only message in thread
From: Oskari Simola @ 2011-10-30 16:02 UTC (permalink / raw)
To: linux-wireless
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-30 16:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-30 16:02 [PATCH] compat-wireless build: build fix for renamed driver iwlagn -> iwlwifi Oskari Simola
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).