Search Linux Wireless

[PATCH] compat-wireless: driver-select: add b43 to the list

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

 



Signed-off-by: Paul Fertser <fercerpav@xxxxxxxxx>
---

It results in unneeded compilation of b43legacy and eeprom_93cx6 but it's
still much better than compiling the whole compat-wireless suit :)

Unfortunately, it still doesn't work with my lp-phy (4315) unless i load wl
first, but that's another story...

 scripts/driver-select |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/scripts/driver-select b/scripts/driver-select
index 68bb7ff..ebb2e86 100755
--- a/scripts/driver-select
+++ b/scripts/driver-select
@@ -29,7 +29,7 @@ PURPLE="\033[35m"
 CYAN="\033[36m"
 UNDERLINE="\033[02m"
 
-SUPPORTED_DRIVERS="ath5k ath9k ar9170 zd1211rw"
+SUPPORTED_DRIVERS="ath5k ath9k ar9170 zd1211rw b43"
 
 function usage {
 	echo -e "${GREEN}Usage${NORMAL}: ${CYAN}$0${NORMAL} [ ${PURPLE}<driver-name>${NORMAL} | ${PURPLE}<driver-group-name>${NORMAL} | ${GREEN}restore${NORMAL} ]"
@@ -287,6 +287,12 @@ case $1 in
 		select_driver		CONFIG_ZD1211RW
 		disable_var_01
 		;;
+	b43)
+		disable_usbnet
+		disable_ethernet
+		disable_var_03
+		select_driver		CONFIG_B43
+		;;
 	*)
 		echo "Unsupported driver"
 		exit
-- 
1.6.4.4

--
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