iop: ssh_upgrade: use sysupgrade as default.

sysupgrade is now more functional than iopu so use that instead.
This commit is contained in:
Kenneth Johansson 2020-10-29 18:33:00 +01:00
parent d93d72587e
commit 3b283b8f3a

View file

@ -230,7 +230,7 @@ function ssh_upgrade {
upd_fw_base=""
upd_fw=""
upd_host="192.168.1.1"
upd_sysupgrade=0
upd_sysupgrade=1
do_dialog=0
while getopts "f:hnxt:iscb" opt; do