diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-09 18:38:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 18:38:19 +0000 |
commit | b4cb437c6595ff8ac13506e502fe04b1a60c4e04 (patch) | |
tree | f529de217094f1a49049f90c49d779a49e19cd7c /openembedded/packages/zaurus-updater/tosa/updater.sh | |
parent | 3baacb49c13a48798d45e30a0a0076ca0b8c9e6a (diff) | |
download | poky-b4cb437c6595ff8ac13506e502fe04b1a60c4e04.tar.gz |
Merge packages changes from OE into poky.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@386 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/zaurus-updater/tosa/updater.sh')
-rw-r--r-- | openembedded/packages/zaurus-updater/tosa/updater.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/zaurus-updater/tosa/updater.sh b/openembedded/packages/zaurus-updater/tosa/updater.sh index 5adfa97a1e..6d30aba231 100644 --- a/openembedded/packages/zaurus-updater/tosa/updater.sh +++ b/openembedded/packages/zaurus-updater/tosa/updater.sh | |||
@@ -67,7 +67,7 @@ then | |||
67 | ./consolescroll | 67 | ./consolescroll |
68 | fi | 68 | fi |
69 | 69 | ||
70 | for TARGETFILE in zImage zimage.bin ZIMAGE initrd.bin INITRD.BIN mversion.bin MVERSION.BIN | 70 | for TARGETFILE in zImage zImage.bin zimage.bin ZIMAGE ZIMAGE.BIN initrd.bin INITRD.BIN mversion.bin MVERSION.BIN |
71 | do | 71 | do |
72 | if [ -e $TARGETFILE ] | 72 | if [ -e $TARGETFILE ] |
73 | then | 73 | then |