From 0ffd4cb393065ab58e259b8d93ccacb5c1ab13cd Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 25 Mar 2014 20:07:27 +0100 Subject: [PATCH] projects/RPi/options: disable build of RTL8723AU driver Signed-off-by: Stephan Raue --- projects/RPi/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/RPi/options b/projects/RPi/options index e1406a2844..527541f2d1 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 RTL8723AU dvbhdhomerun" + ADDITIONAL_DRIVERS="RTL8192DU RTL8188EU dvbhdhomerun" # build and install bluetooth support (yes / no) BLUETOOTH_SUPPORT="yes"