From a9943200f5d8766493e774cd1a68b17018ad8f6c Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 30 Apr 2018 08:11:13 +0200 Subject: 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 --- utils/bluez/files/bluetoothd.init | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/bluez/files/bluetoothd.init') 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 -- cgit v1.2.3