mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
linux: fix warnings with unset UBOOT_SYSTEM
This commit is contained in:
parent
b2570604aa
commit
669f85502f
@ -30,9 +30,10 @@ case "$LINUX" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
PKG_KERNEL_CFG_FILE=$(kernel_config_path) || die
|
PKG_KERNEL_CFG_FILE=$(kernel_config_path) || die
|
||||||
|
if [ -n "$UBOOT_SYSTEM" ]; then
|
||||||
if [ -n "$($ROOT/$SCRIPTS/uboot_helper $PROJECT $DEVICE $UBOOT_SYSTEM crust_config)" ]; then
|
if [ -n "$($ROOT/$SCRIPTS/uboot_helper $PROJECT $DEVICE $UBOOT_SYSTEM crust_config)" ]; then
|
||||||
PKG_PATCH_DIRS="$PKG_PATCH_DIRS crust"
|
PKG_PATCH_DIRS="$PKG_PATCH_DIRS crust"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$KERNEL_TOOLCHAIN" ]; then
|
if [ -n "$KERNEL_TOOLCHAIN" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user