From 73ad3670c8f882bf99d271f23ae3c1be4325462e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 19 Jun 2016 16:10:01 +0200 Subject: bluez: update and fix rpi3 support, add required firmware file. --- package/bluez/files/bluez.init | 2 +- package/bluez/files/bluez.postinst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 package/bluez/files/bluez.postinst (limited to 'package/bluez/files') diff --git a/package/bluez/files/bluez.init b/package/bluez/files/bluez.init index 489b9714b..3d767c7d5 100644 --- a/package/bluez/files/bluez.init +++ b/package/bluez/files/bluez.init @@ -11,7 +11,7 @@ autostart) exec sh $0 start ;; start) - /usr/libexec/bluetooth/bluetoothd + /usr/libexec/bluetooth/bluetoothd & ;; stop) kill $(pgrep -f /usr/libexec/bluetooth/bluetoothd) diff --git a/package/bluez/files/bluez.postinst b/package/bluez/files/bluez.postinst new file mode 100644 index 000000000..ebfa342dd --- /dev/null +++ b/package/bluez/files/bluez.postinst @@ -0,0 +1,3 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf bluez NO -- cgit v1.2.3