diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-04-07 14:53:25 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-07 14:53:25 +0000 |
commit | a287249dd2d765eb776476a9c1492929b3a54ccd (patch) | |
tree | 6654b83cc5c5bf78ee9be24895735c434a6783d9 /packages/zaurus-updater/tosa | |
parent | 06dc0b52aa94cbaf9eaa30a0c842e1d00cd2b1b2 (diff) |
zaurus-updater: added zImage.bin to tosa updater.sh
Diffstat (limited to 'packages/zaurus-updater/tosa')
-rw-r--r-- | packages/zaurus-updater/tosa/updater.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/zaurus-updater/tosa/updater.sh b/packages/zaurus-updater/tosa/updater.sh index 5adfa97a1e..6d30aba231 100644 --- a/packages/zaurus-updater/tosa/updater.sh +++ b/packages/zaurus-updater/tosa/updater.sh @@ -67,7 +67,7 @@ then ./consolescroll fi -for TARGETFILE in zImage zimage.bin ZIMAGE initrd.bin INITRD.BIN mversion.bin MVERSION.BIN +for TARGETFILE in zImage zImage.bin zimage.bin ZIMAGE ZIMAGE.BIN initrd.bin INITRD.BIN mversion.bin MVERSION.BIN do if [ -e $TARGETFILE ] then |