1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-25 00:16:45 +00:00
Lakka-LibreELEC/projects/NXP/devices/iMX6/bootloader/canupdate.sh
2021-01-23 06:51:47 +00:00

7 lines
156 B
Bash

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
[ "$1" = "iMX6.arm" ] && exit 0 || exit 1