From ccdd33c63dc1d855db7bb64f2f3f02879740b9be Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 13 Aug 2025 14:46:03 +0200 Subject: Added roc packages, and updagraded to latest buildroot --- board/post-build.sh | 2 +- board/pulseaudio.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'board') diff --git a/board/post-build.sh b/board/post-build.sh index c41c3a5..7e4d889 100755 --- a/board/post-build.sh +++ b/board/post-build.sh @@ -17,7 +17,7 @@ sed -ie '/^\/dev\/root/ s/rw 0 1/ro 0 0/' "${TARGET_DIR}/etc/fstab" . "${BR2_EXTERNAL_PIAUDIO_PATH}/board/network.sh" . "${BR2_EXTERNAL_PIAUDIO_PATH}/board/pulseaudio.sh" -. "${BR2_EXTERNAL_PIAUDIO_PATH}/board/bluetooth.sh" +# . "${BR2_EXTERNAL_PIAUDIO_PATH}/board/bluetooth.sh" . "${BR2_EXTERNAL_PIAUDIO_PATH}/board/mpd.sh" . "${BR2_EXTERNAL_PIAUDIO_PATH}/board/ssh.sh" diff --git a/board/pulseaudio.sh b/board/pulseaudio.sh index 4737a6a..b81e711 100644 --- a/board/pulseaudio.sh +++ b/board/pulseaudio.sh @@ -9,9 +9,10 @@ add_tmpfs "/var/lib/pulse" if ! grep -qE '^load-module module-native-protocol-tcp' "${TARGET_DIR}/etc/pulse/system.pa"; then cat << __EOF__ >> "${TARGET_DIR}/etc/pulse/system.pa" -load-module module-bluetooth-policy -load-module module-bluetooth-discover +#load-module module-bluetooth-policy +#load-module module-bluetooth-discover load-module module-native-protocol-tcp listen=0.0.0.0 auth-anonymous=1 +load-module module-roc-sink-input __EOF__ fi -- cgit v1.2.3