mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
iMX6: move canupdate.sh to bootloader dir
This commit is contained in:
parent
7a3fc27882
commit
3873d69003
6
projects/NXP/devices/iMX6/bootloader/canupdate.sh
Normal file
6
projects/NXP/devices/iMX6/bootloader/canupdate.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
[ "$1" = "iMX6.arm" ] && exit 0 || exit 1
|
@ -1 +0,0 @@
|
||||
[ "$1" = "imx6.arm" ] && exit 0 || exit 1
|
Loading…
x
Reference in New Issue
Block a user