FreeCalypso > hg > tcs211-c139
changeset 47:3cc7897a6582
binary release automation script added
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Thu, 12 Nov 2015 06:03:27 +0000 |
parents | f297861532cf |
children | 616f63f3e501 |
files | compal-flash-boot-for-fc.bin g23m/pkg-release.sh |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/g23m/pkg-release.sh Thu Nov 12 06:03:27 2015 +0000 @@ -0,0 +1,12 @@ +#!/bin/sh +# This shell script automates the process of preparing packaged binary +# releases of this firmware. + +set -e +mkdir -p relpkg +for f in mfw-build.map mfw-build.out mfw-build.progbin str2ind.tab +do + cp -p mfw-build/$f relpkg +done +cp -p ../compal-flash-boot-for-fc.bin relpkg +sed -e 's,mfw-build/,,' flash-mfw > relpkg/flash-it