From 9f8a3c4752da6f287fe05b995c467a205abc09e1 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 10 Jan 2024 16:39:36 +0100 Subject: [PATCH] Update build --- builder/raspberrypi64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/raspberrypi64.yml b/builder/raspberrypi64.yml index e70fd429..3f574b0a 100644 --- a/builder/raspberrypi64.yml +++ b/builder/raspberrypi64.yml @@ -193,7 +193,7 @@ lineinfile: dest: /lib/systemd/system/bluetooth.service regexp: '^ExecStart=/usr/lib/bluetooth/bluetoothd$' - line: 'ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap' + line: 'ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap,a2dp' state: present - name: configure dphys-swapfile