mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
amremote: add support for second remote
This commit is contained in:
parent
934507d922
commit
0b633b79d1
@ -25,6 +25,9 @@ if [ -f /storage/.config/remote.conf ]; then
|
||||
/usr/bin/remotecfg /storage/.config/remote.conf
|
||||
elif [ -f /etc/amremote/remote.conf ]; then
|
||||
/usr/bin/remotecfg /etc/amremote/remote.conf
|
||||
if [ -f /etc/amremote/remote1.conf ]; then
|
||||
/usr/bin/remotecfg /etc/amremote/remote1.conf
|
||||
fi
|
||||
elif [ "$LSUSB_RET" = 0 ]; then
|
||||
/usr/bin/remotecfg /etc/amremote/wetek.conf
|
||||
elif [ "$LSUSB_RET" = 1 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user