bcm2835-bootloader: move update.sh from RPi project to files

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-11-23 21:29:58 +01:00
parent a6d2bcd7e0
commit 6534c52c99
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ makeinstall_target() {
cp -PRv start_x.elf $INSTALL/usr/share/bootloader/start.elf
fi
find_file_path bootloader/update.sh && cp -PRv $FOUND_PATH $INSTALL/usr/share/bootloader
find_file_path bootloader/update.sh $PKG_DIR/files/update.sh && cp -PRv $FOUND_PATH $INSTALL/usr/share/bootloader
find_file_path bootloader/canupdate.sh && cp -PRv $FOUND_PATH $INSTALL/usr/share/bootloader
find_file_path config/distroconfig.txt $PKG_DIR/files/distroconfig.txt && cp -PRv ${FOUND_PATH} $INSTALL/usr/share/bootloader