mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/Amlogic: remote-config: also support k-series remote
This commit is contained in:
parent
2a68e8caab
commit
2af1e568e2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user