mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
scripts/image: send all u-boot output to stdout
This commit is contained in:
@@ -330,7 +330,7 @@ if [ "${1}" = "release" -o "${1}" = "mkimage" -o "${1}" = "noobs" ]; then
|
||||
|
||||
# Re-install u-boot package
|
||||
rm ${STAMPS_INSTALL}/u-boot/install_target
|
||||
UBOOT_SYSTEM="${UBOOT_SYSTEM}" ${SCRIPTS}/install u-boot
|
||||
UBOOT_SYSTEM="${UBOOT_SYSTEM}" ${SCRIPTS}/install u-boot 2>&1
|
||||
|
||||
# Re-run bootloader/release
|
||||
if find_file_path bootloader/release ${BOOTLOADER_DIR}/release; then
|
||||
|
||||
Reference in New Issue
Block a user