From e7e2dc2aadf3b8181ddaaf402a5bbb5326474a2e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 25 Aug 2018 22:37:47 +0000 Subject: [PATCH] Raspberry: fix path for config.txt --- buildroot-external/board/raspberrypi/hassos-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/board/raspberrypi/hassos-hook.sh b/buildroot-external/board/raspberrypi/hassos-hook.sh index b0f988ae6..246bc9437 100755 --- a/buildroot-external/board/raspberrypi/hassos-hook.sh +++ b/buildroot-external/board/raspberrypi/hassos-hook.sh @@ -12,7 +12,7 @@ function hassos_pre_image() { ${BINARIES_DIR}/rpi-firmware/fixup.dat \ ${BINARIES_DIR}/rpi-firmware/start.elf cp -r ${BINARIES_DIR}/rpi-firmware/overlays ${BOOT_DATA}/ - cp -f ${BOARD_DIR}/boot-env.txt ${BOOT_DATA}/config.txt + cp -f ${BOARD_DIR}/../boot-env.txt ${BOOT_DATA}/config.txt # Set cmd options echo "dwc_otg.lpm_enable=0 console=tty1" > ${BOOT_DATA}/cmdline.txt