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