mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
u-boot: fix build for sunxi
This script is sourced in u-boot's package.mk, 'exit 0' just makes building a no-op. Suppress errors from uboot_helper instead.
This commit is contained in:
parent
f55345770e
commit
2fdec1adac
@ -6,4 +6,5 @@
|
||||
CRUST_CONFIG=$($ROOT/$SCRIPTS/uboot_helper $PROJECT $DEVICE $UBOOT_SYSTEM crust_config)
|
||||
[ -n "$CRUST_CONFIG" ] && cp -av $(get_install_dir crust)/usr/share/bootloader/scp.bin .
|
||||
|
||||
exit 0
|
||||
# Suppress errors from uboot_helper so u-boot properly builds with and without crust
|
||||
true
|
||||
|
Loading…
x
Reference in New Issue
Block a user