mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
init: stop checking for OPENELEC_ARCH
This stops LE's update checker from accepting OE images as system updates. The checker may be disabled if someone wants to do this. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
32b3089c1b
commit
dba57ca636
@ -263,7 +263,7 @@ mount_sysroot() {
|
||||
get_project_arch() {
|
||||
if [ -f ${1}/etc/os-release ]; then
|
||||
. ${1}/etc/os-release
|
||||
echo "${OPENELEC_ARCH:-${LIBREELEC_ARCH}}"
|
||||
echo "${LIBREELEC_ARCH}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user