iMX6: move canupdate.sh to bootloader dir

This commit is contained in:
Christian Hewitt 2021-01-17 15:46:46 +00:00
parent 7a3fc27882
commit 3873d69003
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -1 +0,0 @@
[ "$1" = "imx6.arm" ] && exit 0 || exit 1