diff mbox

compat-wireless: driver-select: add b43 to the list

Message ID 20100328211653.GL6957@home.pavel.comp (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Paul Fertser March 28, 2010, 9:16 p.m. UTC
None
diff mbox

Patch

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