mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-02 15:34:05 +01:00
iop: ssh_upgrade now defaults to use the last.pkgtb file.
This commit is contained in:
parent
7837417219
commit
640535a2ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue