zaurus-updater: added zImage.bin to tosa updater.sh
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 7 Apr 2006 14:53:25 +0000 (14:53 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 7 Apr 2006 14:53:25 +0000 (14:53 +0000)
packages/zaurus-updater/tosa/updater.sh
packages/zaurus-updater/zaurus-updater.bb

index 5adfa97..6d30aba 100644 (file)
@@ -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
index 2aff497..5f1c733 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update"
 DEPENDS = "encdec-updater-native"
 LICENSE = "zaurus-updater"
-PR = "r3"
+PR = "r4"
 
 PACKAGES = ""
 PACKAGE_ARCH = "${MACHINE_ARCH}"