aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/combined-ext-image.sh
Commit message (Collapse)AuthorAgeFilesLines
* combined-ext-image.sh: generate image in temp dirSven Eckelmann2018-01-131-6/+23
| | | | | | | | | | | | | The new build commands operate on the input image and use it again as output image. This conflicts with the way combined-ext-image.sh was operating. It required that input and output files are different files and and that it can write freely to the output file. This can be avoided when all intermediate build steps by combined-ext-image.sh are done in a temporary directory. The output file is then only overwritten in the last step. Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
* build: use mkhash to replace various quirky md5sum/openssl callsFelix Fietkau2017-01-051-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* scripts: add script to generate combined extended image formatNicolas Thill2011-11-301-0/+61
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 29358