From 640535a2efff41b3a866a714b3fa3af00ffa5aac Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Tue, 13 Oct 2020 21:46:16 +0200 Subject: [PATCH] iop: ssh_upgrade now defaults to use the last.pkgtb file. --- 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 45b70c203..0b165c56b 100644 --- a/iop/scripts/iopupgrade.sh +++ b/iop/scripts/iopupgrade.sh @@ -285,7 +285,7 @@ function ssh_upgrade { then # pkgtb files can not be streamed so copy over the file witch scp use_scp=1 - firmwares=$(cd bin/targets/$CONFIG_TARGET_BOARD/generic/; ls -t *[0-9].pkgtb) + firmwares=$(cd bin/targets/$CONFIG_TARGET_BOARD/generic/; ls -t last.pkgtb) fi for upd_fw_base in $firmwares