diff --git a/projects/Amlogic/filesystem/usr/lib/libreelec/remote-config b/projects/Amlogic/filesystem/usr/lib/libreelec/remote-config index 7411760563..8229361b30 100755 --- a/projects/Amlogic/filesystem/usr/lib/libreelec/remote-config +++ b/projects/Amlogic/filesystem/usr/lib/libreelec/remote-config @@ -27,7 +27,7 @@ if [ -f /storage/.config/remote.conf ]; then elif [ -f /flash/remote.conf ]; then SOURCEREMOTECONF="/flash" REMAP="yes" -elif [ -f /etc/amremote/remote.conf ]; then +elif [ -f /etc/amremote/remote.conf -a "$(cat /proc/device-tree/dvbfe/dtv_demod0 2>/dev/null)" = "Avl6211" ]; then SOURCEREMOTECONF="/etc/amremote" elif ! grep -q /dev/system /proc/mounts ; then mount -o rw,remount /flash