mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #586 from jernejsk/u-boot-fix
u-boot: Fix update.sh script for imx6
This commit is contained in:
commit
c936ddc620
@ -33,7 +33,7 @@ if [ -z "$BOOT_DISK" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
SYSTEM_TYPE=""
|
SYSTEM_TYPE=""
|
||||||
if [ -f $SYSTEM_ROOT/usr/lib/librenelec/imx6-system-type ]; then
|
if [ -f $SYSTEM_ROOT/usr/lib/libreelec/imx6-system-type ]; then
|
||||||
. $SYSTEM_ROOT/usr/lib/libreelec/imx6-system-type
|
. $SYSTEM_ROOT/usr/lib/libreelec/imx6-system-type
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user