From d1050c486f0adebcf044f8dc2008ab23ed20e1cc Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 4 Feb 2014 21:02:57 +0100 Subject: [PATCH] Cuboxi: dont build with 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 3e9594a9b7..805b984f6d 100644 --- a/projects/Cuboxi/options +++ b/projects/Cuboxi/options @@ -175,7 +175,7 @@ NETWORK="yes" # build and install bluetooth support (yes / no) - BLUETOOTH_SUPPORT="yes" + BLUETOOTH_SUPPORT="no" # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes"