aboutsummaryrefslogtreecommitdiff
path: root/board/post-build.sh
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2023-02-03 08:43:21 +0100
committerSébastien Dailly <sebastien@dailly.me>2023-02-03 08:43:21 +0100
commit58eae3eedcb68e4123c81364d1bf4df879054b22 (patch)
tree055f7ff3447d1dfc1f0312fc8c8b7b97dee85d62 /board/post-build.sh
parentb8c1d2d89c78256483863a15613022beadf4d489 (diff)
Opened ssh access (only with key)
Diffstat (limited to 'board/post-build.sh')
-rwxr-xr-xboard/post-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/post-build.sh b/board/post-build.sh
index 5501359..c41c3a5 100755
--- a/board/post-build.sh
+++ b/board/post-build.sh
@@ -19,6 +19,7 @@ sed -ie '/^\/dev\/root/ s/rw 0 1/ro 0 0/' "${TARGET_DIR}/etc/fstab"
. "${BR2_EXTERNAL_PIAUDIO_PATH}/board/pulseaudio.sh"
. "${BR2_EXTERNAL_PIAUDIO_PATH}/board/bluetooth.sh"
. "${BR2_EXTERNAL_PIAUDIO_PATH}/board/mpd.sh"
+. "${BR2_EXTERNAL_PIAUDIO_PATH}/board/ssh.sh"
mkdir -p "${TARGET_DIR}"/etc/systemd/system/getty.target.wants
# Add a console on ttyAMA0 and enable auto login