2011-04-27 09:01:59

by Walter Goldens

[permalink] [raw]
Subject: [PATCH 2/2 re-send] compat-wireless: add rtl8192c/u to driver-select


Add rtl8192c & rtl8192cu to rtlwifi/driver-selct

Signed-off-by: Walter Goldens <[email protected]>
---

--- a/scripts/driver-select
+++ b/scripts/driver-select
@@ -59,7 +59,7 @@ function usage {
???? echo -e "\t${CYAN}ath${NORMAL} < ${PURPLE} ath5k ath9k carl9170 ${NORMAL}>"
???? echo -e "\t${CYAN}iwlagn${NORMAL} < ${PURPLE} iwlagn ${NORMAL}>"
???? echo -e "\t${CYAN}rtl818x${NORMAL} < ${PURPLE} rtl8180 rtl8187 ${NORMAL}>"
-??? echo -e "\t${CYAN}rtlwifi${NORMAL} < ${PURPLE} rtl8192ce ${NORMAL}>"
+??? echo -e "\t${CYAN}rtlwifi${NORMAL} < ${PURPLE} rtl8192c rtl8192ce rtl8192cu ${NORMAL}>"
???? echo -e "\t${CYAN}wl12xx${NORMAL} < ${PURPLE} wl1251 wl12xx (SPI and SDIO)${NORMAL}>"
????
???? echo -e "\nSupported group drivers: Bluetooth & Ethernet:"
@@ -327,7 +327,8 @@ case $1 in
???? ??? disable_var_02
???? ??? ;;
???? rtlwifi)
-??? ??? select_drivers??? ??? CONFIG_RTL8192CE CONFIG_RTLWIFI
+??? ??? select_drivers??? ??? CONFIG_RTL8192CE CONFIG_RTLWIFI \
+??? ??? ??? ??? ??? CONFIG_RTL8192C CONFIG_RTL8192CU
???? ??? disable_staging
???? ??? disable_bt_usb_ethernet_var
???? ??? ;;