diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-04-30 08:11:13 +0200 |
---|---|---|
committer | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-05-05 01:58:08 +0200 |
commit | a9943200f5d8766493e774cd1a68b17018ad8f6c (patch) | |
tree | e79f19273a2eccad42fa51b25140b941d86549dd /utils/bluez/files/bluetoothd.init | |
parent | 16930779a972e24799f8db188ffc4d98aae6adad (diff) |
bluez: Update to 5.49
Update bluez to 5.49
Fix issue https://github.com/openwrt/packages/issues/1497
Fix issue https://github.com/openwrt/packages/issues/1503
Cherry pick patches from Alpine Linux repo
Apply --gc-sections, saves about 500kbyte
Drop audio.conf (not needed and deprecated)
Remove bluetooth.dbus as upstream supplies a working copy
Based on patch provided by Johnny Vogels
https://github.com/openwrt/packages/pull/5937
Source:
https://git.alpinelinux.org/cgit/aports/commit/main/bluez/fix-endianness.patch?id=1c6991b32a22be2c905cc1709be1376c4e79e451
https://git.alpinelinux.org/cgit/aports/commit/main/bluez/bluez-5.40-obexd_without_systemd-1.patch?id=980b2d04ae4339594701b33cf9460757c989c94c
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'utils/bluez/files/bluetoothd.init')
-rw-r--r-- | utils/bluez/files/bluetoothd.init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bluez/files/bluetoothd.init b/utils/bluez/files/bluetoothd.init index 75f4d9664..8c548bcdb 100644 --- a/utils/bluez/files/bluetoothd.init +++ b/utils/bluez/files/bluetoothd.init @@ -7,6 +7,7 @@ USE_PROCD=1 PROG=/usr/bin/bluetoothd start_service() { + ln -snf /etc/bluetooth/keys/ /var/lib/bluetooth procd_open_instance procd_set_param command "$PROG" -n procd_close_instance |