From 3cdf327083c304783c5cc431b3760ec4cd0d7281 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 5 Jun 2018 11:10:37 +0200 Subject: [PATCH] Package update for Pinebook to enable BT back by default --- config/sources/sun50iw1.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/sun50iw1.conf b/config/sources/sun50iw1.conf index 7c756cb10f..14f015852d 100644 --- a/config/sources/sun50iw1.conf +++ b/config/sources/sun50iw1.conf @@ -82,7 +82,7 @@ family_tweaks_s() fi # power manager - [[ $BUILD_DESKTOP == yes && $BOARD == pinebook-a64 ]] && chroot $SDCARD /bin/bash -c "apt-get -qq -y install xfce4-power-manager >/dev/null 2>&1" + [[ $BUILD_DESKTOP == yes && $BOARD == pinebook-a64 ]] && chroot $SDCARD /bin/bash -c "apt-get -qq -y install xfce4-power-manager bluetooth >/dev/null 2>&1" fi }