From fcd7f176889c0ec0eb159fc605127c693bccc720 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 11 Apr 2014 19:27:25 +0200 Subject: [PATCH] projects/*/options: dont build RTL8723AU anymore, it dont contains the requested drivers and will be avaible in kernel 3.15 if needed Signed-off-by: Stephan Raue --- projects/ATV/options | 2 +- projects/Generic/options | 2 +- projects/RPi/options | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/ATV/options b/projects/ATV/options index 961656ec66..5a64358b42 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 RTL8723AU dvbhdhomerun bcm_sta" + ADDITIONAL_DRIVERS="RTL8192CU RTL8192DU dvbhdhomerun bcm_sta" # build and install bluetooth support (yes / no) BLUETOOTH_SUPPORT="yes" diff --git a/projects/Generic/options b/projects/Generic/options index 58cfaea0ca..68b8e227b4 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 RTL8723AU dvbhdhomerun" + ADDITIONAL_DRIVERS="RTL8192CU RTL8192DU dvbhdhomerun" # build and install bluetooth support (yes / no) BLUETOOTH_SUPPORT="yes" diff --git a/projects/RPi/options b/projects/RPi/options index 5f2e524daa..3b745dc28f 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 RTL8723AU dvbhdhomerun" + ADDITIONAL_DRIVERS="RTL8192CU RTL8192DU dvbhdhomerun" # build and install bluetooth support (yes / no) BLUETOOTH_SUPPORT="yes"