From 48fc60fcf46bf1257232378e43d4e732982a777f Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 25 May 2022 19:34:17 +0200 Subject: Added mpd in satellite mode --- board/post-build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'board/post-build.sh') 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 -- cgit v1.2.3