From 55232622e36bc16f9c1e09c5a3377ff0f6fc9fbb Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 27 Mar 2014 23:06:19 +0100 Subject: [PATCH] Revert "projects/*: enable in-kernel RTL8192CU driver" This reverts commit 2c595ceef98ecd693fd39f29a6a82887c2f72dac. Conflicts: projects/RPi/options --- 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 32796a5c32..25a2edd91f 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=m +# CONFIG_RTL8192CU is not set CONFIG_RTLWIFI=m CONFIG_RTLWIFI_PCI=m # CONFIG_RTLWIFI_DEBUG is not set diff --git a/projects/ATV/options b/projects/ATV/options index 89c982a5fe..3f323446ad 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="RTL8192DU RTL8188EU RTL8723AU dvbhdhomerun bcm_sta" + ADDITIONAL_DRIVERS="RTL8192CU 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 e59a7f52cd..a15ffac5f4 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="RTL8192DU RTL8188EU RTL8723AU dvbhdhomerun" +# ADDITIONAL_DRIVERS="RTL8192CU 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 584e83bc8d..788f29ecbb 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=m +# CONFIG_RTL8192CU is not set 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 2ada4eef68..d38c2376b6 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.7 Kernel Configuration +# Linux/x86_64 3.13.2 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=m +# CONFIG_RTL8192CU is not set CONFIG_RTLWIFI=m CONFIG_RTLWIFI_PCI=m # CONFIG_RTLWIFI_DEBUG is not set diff --git a/projects/Generic/options b/projects/Generic/options index 2b4e219a59..7d66647291 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="RTL8192DU RTL8188EU RTL8723AU dvbhdhomerun" + ADDITIONAL_DRIVERS="RTL8192CU 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 75d84b5d1d..d47e5877c9 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=m +# CONFIG_RTL8192CU is not set # 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 527541f2d1..1a3e6f35cd 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="RTL8192DU RTL8188EU dvbhdhomerun" + ADDITIONAL_DRIVERS="RTL8192CU RTL8192DU RTL8188EU 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 4c7b6c7c3c..df20c58704 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=m +# CONFIG_RTL8192CU is not set 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 81ae30439f..8ab341f6f1 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=m +# CONFIG_RTL8192CU is not set CONFIG_RTLWIFI=m CONFIG_RTLWIFI_PCI=m # CONFIG_RTLWIFI_DEBUG is not set