mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
u-boot: Fix update.sh script for imx6
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
This commit is contained in:
@@ -33,7 +33,7 @@ if [ -z "$BOOT_DISK" ]; then
|
||||
fi
|
||||
|
||||
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
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user