From dfd2d26ba4c7d585c5857b2c43682f202d3e1101 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 14 Apr 2014 08:40:53 +0200 Subject: [PATCH] projects/Cuboxi/options: enable bluetooth 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 2b32adc220..d939b5ad16 100644 --- a/projects/Cuboxi/options +++ b/projects/Cuboxi/options @@ -178,7 +178,7 @@ ADDITIONAL_DRIVERS="RTL8192CU RTL8192DU dvbhdhomerun" # build and install bluetooth support (yes / no) - BLUETOOTH_SUPPORT="no" + BLUETOOTH_SUPPORT="yes" # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes"