mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
board/raspberrypi: fix typo in comment
This fixes a typo by dropping off the spurious x in ensure. Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 3381a084330e8f48785fb472e95c01d7a9602b36) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
3f854cea47
commit
6f8b4a006a
@@ -15,5 +15,5 @@ elif [ -d ${TARGET_DIR}/etc/systemd ]; then
|
||||
"${TARGET_DIR}/etc/systemd/system/getty.target.wants/getty@tty1.service"
|
||||
fi
|
||||
|
||||
# exnsure overlays exists for genimage
|
||||
# ensure overlays exists for genimage
|
||||
mkdir -p "${BINARIES_DIR}/rpi-firmware/overlays"
|
||||
|
||||
Reference in New Issue
Block a user