From 80079930c550feff481c9d1dc8f0577739100024 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 26 Jun 2018 13:28:00 +0200 Subject: [PATCH] Include ota script into board image (#42) --- buildroot-external/board/raspberrypi/post-image.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/board/raspberrypi/post-image.sh b/buildroot-external/board/raspberrypi/post-image.sh index 7f1e1ef78..9a056687a 100755 --- a/buildroot-external/board/raspberrypi/post-image.sh +++ b/buildroot-external/board/raspberrypi/post-image.sh @@ -7,6 +7,7 @@ BOOT_DATA=${BINARIES_DIR}/boot . ${SCRIPT_DIR}/hdd-image.sh . ${SCRIPT_DIR}/name.sh +. ${SCRIPT_DIR}/ota.sh . ${BR2_EXTERNAL_HASSOS_PATH}/info . ${BOARD_DIR}/info