Skip to content

Commit

Permalink
init: stop checking for OPENELEC_ARCH
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
antonlacon committed Mar 23, 2021
1 parent 32b3089 commit dba57ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sysutils/busybox/scripts/init
Expand Up @@ -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
}

Expand Down

0 comments on commit dba57ca

Please sign in to comment.