mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/image: send all u-boot output to stdout
This commit is contained in:
parent
50e6f13896
commit
ecbbddd3d6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user