summaryrefslogtreecommitdiff
path: root/linux/linux-mtx-1_2.4.24.oe
diff options
context:
space:
mode:
Diffstat (limited to 'linux/linux-mtx-1_2.4.24.oe')
-rw-r--r--linux/linux-mtx-1_2.4.24.oe4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/linux-mtx-1_2.4.24.oe b/linux/linux-mtx-1_2.4.24.oe
index cfaa3012f9..f8adc67c75 100644
--- a/linux/linux-mtx-1_2.4.24.oe
+++ b/linux/linux-mtx-1_2.4.24.oe
@@ -38,7 +38,9 @@ FILES_kernel += " /tmp"
do_deploy() {
install -d ${DEPLOY_DIR}/images
- install -m 0644 arch/mips/zboot/images/mtx-1.flash.srec ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.srec
+ install -m 0644 arch/mips/zboot/images/mtx-1.flash.bin ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.flash.bin
+ install -m 0644 arch/mips/zboot/images/mtx-1.flash.srec ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.flash.srec
+ install -m 0644 arch/mips/zboot/images/mtx-1.srec ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.ram.srec
}
do_deploy[dirs] = "${S}"