From: Eliad Peller Date: Mon, 23 Jan 2012 17:02:34 +0000 (+0200) Subject: compat-wireless: fix wl12xx driver-select X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=cdb580dfcc350ef4ac8d958855412c54b9e33a28;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: fix wl12xx driver-select 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 Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/driver-select b/scripts/driver-select index f8ca02f1a88a..540d2fe5fca6 100755 --- a/scripts/driver-select +++ b/scripts/driver-select @@ -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