summaryrefslogtreecommitdiff
path: root/package/bluez/files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-06-19 16:10:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-06-19 16:10:16 +0200
commit73ad3670c8f882bf99d271f23ae3c1be4325462e (patch)
treea62b3e4e88bc0d95c18678cf33c6a561723b7ed9 /package/bluez/files
parent78eeeacd01094b4ba7e46b728fe1af4b2015b82e (diff)
bluez: update and fix rpi3 support, add required firmware file.
Diffstat (limited to 'package/bluez/files')
-rw-r--r--package/bluez/files/bluez.init2
-rw-r--r--package/bluez/files/bluez.postinst3
2 files changed, 4 insertions, 1 deletions
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