From 93267e3e28ff823f4d767f72d86fc807e0cc0ad5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 29 Apr 2014 13:04:06 +0200 Subject: [PATCH] projects/Cuboxi/options: dont build with 'RTL8812AU' driver support Signed-off-by: Stephan Raue --- projects/Cuboxi/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Cuboxi/options b/projects/Cuboxi/options index 0c56ddbc9b..25c22eb2ab 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 RTL8812AU dvbhdhomerun" + ADDITIONAL_DRIVERS="RTL8192CU RTL8192DU RTL8188EU dvbhdhomerun" # build and install bluetooth support (yes / no) BLUETOOTH_SUPPORT="yes"