mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix z8102ax leds
This commit is contained in:
parent
c7f53f2840
commit
6162e15c0c
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ elif [ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep rutx)"
|
|||
EOF
|
||||
fi
|
||||
|
||||
elif [ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep z8102ax)" ] && [ -z "$(uci show system | grep modem1)" ]; then
|
||||
if [ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep z8102ax)" ] && [ -z "$(uci show system | grep modem1)" ]; then
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
add system led
|
||||
set system.@led[-1].name='modem1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue