mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
u-boot: fix warnings with unset UBOOT_SYSTEM
This commit is contained in:
parent
669f85502f
commit
f7bbe3903f
@ -18,7 +18,8 @@ if [ -n "$UBOOT_FIRMWARE" ]; then
|
||||
PKG_DEPENDS_UNPACK+=" $UBOOT_FIRMWARE"
|
||||
fi
|
||||
|
||||
CRUST_CONFIG=$($ROOT/$SCRIPTS/uboot_helper $PROJECT $DEVICE $UBOOT_SYSTEM crust_config)
|
||||
CRUST_CONFIG=""
|
||||
[ -n "$UBOOT_SYSTEM" ] && CRUST_CONFIG=$($ROOT/$SCRIPTS/uboot_helper $PROJECT $DEVICE $UBOOT_SYSTEM crust_config)
|
||||
[ -n "$CRUST_CONFIG" ] && PKG_DEPENDS_TARGET+=" crust"
|
||||
|
||||
PKG_NEED_UNPACK="$PROJECT_DIR/$PROJECT/bootloader"
|
||||
|
Loading…
x
Reference in New Issue
Block a user