From 2c595ceef98ecd693fd39f29a6a82887c2f72dac Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 25 Mar 2014 19:19:57 +0100 Subject: [PATCH] projects/*: enable in-kernel RTL8192CU driver Signed-off-by: Stephan Raue --- projects/ATV/linux/linux.i386.conf | 2 +- projects/ATV/options | 2 +- projects/Cuboxi/options | 2 +- projects/Generic/linux/linux.i386.conf | 2 +- projects/Generic/linux/linux.x86_64.conf | 4 ++-- projects/Generic/options | 2 +- projects/RPi/linux/linux.arm.conf | 2 +- projects/RPi/options | 2 +- projects/Virtual/linux/linux.i386.conf | 2 +- projects/Virtual/linux/linux.x86_64.conf | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/projects/ATV/linux/linux.i386.conf b/projects/ATV/linux/linux.i386.conf index 25a2edd91f..32796a5c32 100644 --- a/projects/ATV/linux/linux.i386.conf +++ b/projects/ATV/linux/linux.i386.conf @@ -1410,7 +1410,7 @@ CONFIG_RTL_CARDS=m # CONFIG_RTL8192DE is not set # CONFIG_RTL8723AE is not set CONFIG_RTL8188EE=m -# CONFIG_RTL8192CU is not set +CONFIG_RTL8192CU=m CONFIG_RTLWIFI=m CONFIG_RTLWIFI_PCI=m # CONFIG_RTLWIFI_DEBUG is not set diff --git a/projects/ATV/options b/projects/ATV/options index 3f323446ad..89c982a5fe 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -173,7 +173,7 @@ # for a list of additinoal drivers see packages/linux-drivers # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2" - ADDITIONAL_DRIVERS="RTL8192CU RTL8192DU RTL8188EU RTL8723AU dvbhdhomerun bcm_sta" + ADDITIONAL_DRIVERS="RTL8192DU RTL8188EU RTL8723AU dvbhdhomerun bcm_sta" # build and install bluetooth support (yes / no) BLUETOOTH_SUPPORT="yes" diff --git a/projects/Cuboxi/options b/projects/Cuboxi/options index a15ffac5f4..e59a7f52cd 100644 --- a/projects/Cuboxi/options +++ b/projects/Cuboxi/options @@ -174,7 +174,7 @@ # for a list of additinoal drivers see packages/linux-drivers # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2" -# ADDITIONAL_DRIVERS="RTL8192CU RTL8192DU RTL8188EU RTL8723AU dvbhdhomerun" +# ADDITIONAL_DRIVERS="RTL8192DU RTL8188EU RTL8723AU dvbhdhomerun" ADDITIONAL_DRIVERS="RTL8188EU" # build and install bluetooth support (yes / no) diff --git a/projects/Generic/linux/linux.i386.conf b/projects/Generic/linux/linux.i386.conf index 788f29ecbb..584e83bc8d 100644 --- a/projects/Generic/linux/linux.i386.conf +++ b/projects/Generic/linux/linux.i386.conf @@ -1561,7 +1561,7 @@ CONFIG_RTL8192SE=m CONFIG_RTL8192DE=m CONFIG_RTL8723AE=m CONFIG_RTL8188EE=m -# CONFIG_RTL8192CU is not set +CONFIG_RTL8192CU=m CONFIG_RTLWIFI=m CONFIG_RTLWIFI_PCI=m # CONFIG_RTLWIFI_DEBUG is not set diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index d38c2376b6..2ada4eef68 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 3.13.2 Kernel Configuration +# Linux/x86_64 3.13.7 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -1552,7 +1552,7 @@ CONFIG_RTL8192SE=m CONFIG_RTL8192DE=m CONFIG_RTL8723AE=m CONFIG_RTL8188EE=m -# CONFIG_RTL8192CU is not set +CONFIG_RTL8192CU=m CONFIG_RTLWIFI=m CONFIG_RTLWIFI_PCI=m # CONFIG_RTLWIFI_DEBUG is not set diff --git a/projects/Generic/options b/projects/Generic/options index 7d66647291..2b4e219a59 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -173,7 +173,7 @@ # for a list of additinoal drivers see packages/linux-drivers # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2" - ADDITIONAL_DRIVERS="RTL8192CU RTL8192DU RTL8188EU RTL8723AU dvbhdhomerun" + ADDITIONAL_DRIVERS="RTL8192DU RTL8188EU RTL8723AU dvbhdhomerun" # build and install bluetooth support (yes / no) BLUETOOTH_SUPPORT="yes" diff --git a/projects/RPi/linux/linux.arm.conf b/projects/RPi/linux/linux.arm.conf index d47e5877c9..75d84b5d1d 100644 --- a/projects/RPi/linux/linux.arm.conf +++ b/projects/RPi/linux/linux.arm.conf @@ -1050,7 +1050,7 @@ CONFIG_RT2X00_LIB_CRYPTO=y CONFIG_RT2X00_LIB_LEDS=y # CONFIG_RT2X00_DEBUG is not set CONFIG_RTL_CARDS=m -# CONFIG_RTL8192CU is not set +CONFIG_RTL8192CU=m # CONFIG_WL_TI is not set CONFIG_ZD1211RW=m # CONFIG_ZD1211RW_DEBUG is not set diff --git a/projects/RPi/options b/projects/RPi/options index 0a2b307c46..e1406a2844 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -174,7 +174,7 @@ # for a list of additinoal drivers see packages/linux-drivers # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2" - ADDITIONAL_DRIVERS="RTL8192CU RTL8192DU RTL8188EU RTL8723AU dvbhdhomerun" + ADDITIONAL_DRIVERS="RTL8192DU RTL8188EU RTL8723AU dvbhdhomerun" # build and install bluetooth support (yes / no) BLUETOOTH_SUPPORT="yes" diff --git a/projects/Virtual/linux/linux.i386.conf b/projects/Virtual/linux/linux.i386.conf index df20c58704..4c7b6c7c3c 100644 --- a/projects/Virtual/linux/linux.i386.conf +++ b/projects/Virtual/linux/linux.i386.conf @@ -1560,7 +1560,7 @@ CONFIG_RTL8192SE=m CONFIG_RTL8192DE=m CONFIG_RTL8723AE=m CONFIG_RTL8188EE=m -# CONFIG_RTL8192CU is not set +CONFIG_RTL8192CU=m CONFIG_RTLWIFI=m CONFIG_RTLWIFI_PCI=m # CONFIG_RTLWIFI_DEBUG is not set diff --git a/projects/Virtual/linux/linux.x86_64.conf b/projects/Virtual/linux/linux.x86_64.conf index 8ab341f6f1..81ae30439f 100644 --- a/projects/Virtual/linux/linux.x86_64.conf +++ b/projects/Virtual/linux/linux.x86_64.conf @@ -1551,7 +1551,7 @@ CONFIG_RTL8192SE=m CONFIG_RTL8192DE=m CONFIG_RTL8723AE=m CONFIG_RTL8188EE=m -# CONFIG_RTL8192CU is not set +CONFIG_RTL8192CU=m CONFIG_RTLWIFI=m CONFIG_RTLWIFI_PCI=m # CONFIG_RTLWIFI_DEBUG is not set