diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-08-13 14:46:03 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-08-13 14:46:03 +0200 |
commit | ccdd33c63dc1d855db7bb64f2f3f02879740b9be (patch) | |
tree | 9f3d524beae54ed98476c37a04c2f6e956e4e980 /board/post-build.sh | |
parent | 0640b403f2dc33fca3b1ca121012b98c2420ef24 (diff) |
Diffstat (limited to 'board/post-build.sh')
-rwxr-xr-x | board/post-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |