compat-wireless: fix wl12xx driver-select
authorEliad Peller <eliad@wizery.com>
Mon, 23 Jan 2012 17:02:34 +0000 (19:02 +0200)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 23 Jan 2012 17:23:01 +0000 (09:23 -0800)
wl12xx is a possible choice for both group drivers and
singular modules (making it impossible to build only
the wl12xx module). change the group name to "ti" instead.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
scripts/driver-select

index f8ca02f1a88a9d92a7d44a289e8a721125e64499..540d2fe5fca6a2cdc9e0795a27b27c143dfd9d0b 100755 (executable)
@@ -56,7 +56,7 @@ function usage {
        echo -e "\t${CYAN}intel${NORMAL} < ${PURPLE} iwlwifi, iwlegacy ${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}>"
+       echo -e "\t${CYAN}ti${NORMAL} < ${PURPLE} wl1251 wl12xx (SPI and SDIO)${NORMAL}>"
        
        echo -e "\nSupported group drivers: Bluetooth & Ethernet:"
        echo -e "\t${CYAN}atlxx${NORMAL} < ${PURPLE} atl1 atl2 atl1e atl1c ${NORMAL}>"
@@ -348,7 +348,7 @@ case $1 in
                disable_bt_usb_ethernet_var
                disable_lib80211
                ;;
-       wl12xx)
+       ti)
                select_drivers          CONFIG_WL1251 \
                                        CONFIG_WL12XX
                disable_staging