diff options
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" |