aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/openmoko.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf
index cb1513de4b..9b6ef39993 100644
--- a/conf/distro/openmoko.conf
+++ b/conf/distro/openmoko.conf
@@ -32,8 +32,10 @@ DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE_ARCH}/${AB_DEPLOY_EXTRA}"
IMAGE_INITSCRIPTS = "initscripts-openmoko"
+# Use bluetooth 4.0
+DISTRO_BLUETOOTH_MANAGER = "bluez4"
# We try to minimize the distro features in the default image.
-DISTRO_FEATURES = "wifi ppp alsa ext2 vfat usbhost"
+DISTRO_FEATURES = "wifi ppp alsa ext2 vfat usbhost bluetooth"
# Some features (bluetooth, usbgadget) include packages we do not like.
# Pick some of the packages manually.