diff options
Diffstat (limited to 'board/post-build.sh')
-rwxr-xr-x | board/post-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/post-build.sh b/board/post-build.sh index cfdaec0..5501359 100755 --- a/board/post-build.sh +++ b/board/post-build.sh @@ -18,6 +18,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/mpd.sh" mkdir -p "${TARGET_DIR}"/etc/systemd/system/getty.target.wants # Add a console on ttyAMA0 and enable auto login |