From 3b283b8f3a76015bca013c329b4b4b68e751a1ce Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Thu, 29 Oct 2020 18:33:00 +0100 Subject: [PATCH] iop: ssh_upgrade: use sysupgrade as default. sysupgrade is now more functional than iopu so use that instead. --- iop/scripts/iopupgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iop/scripts/iopupgrade.sh b/iop/scripts/iopupgrade.sh index fdbf01b46..fdb8ec725 100644 --- a/iop/scripts/iopupgrade.sh +++ b/iop/scripts/iopupgrade.sh @@ -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