diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-30 20:53:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-30 20:53:17 +0000 |
commit | 95580064683ef83263017dce9b610c74306348bb (patch) | |
tree | 01e868dc5ac57cd3312e2a6a3e9fa22ae4d0bddc /conf/machine/atngw100.conf | |
parent | af445f54178cd9dfc4cfd5f9cf28db077e445fd0 (diff) |
avr32 machines: make uImage hack less fragile
Diffstat (limited to 'conf/machine/atngw100.conf')
-rw-r--r-- | conf/machine/atngw100.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index 1d402dbef3..17b4c4187a 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -22,4 +22,4 @@ EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" PREFERRED_VERSION_u-boot = "1.1.4" KERNEL_IMAGETYPE = "uImage" -ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* ;" +ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* || true ;" |