Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lmp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,9 @@ if [ -d "${archive}" ] ; then
# Make the main img.gz and respective bmap file be in the root of the archive
mv ${archive}/other/lmp-*.wic.gz ${archive}/ || true
mv ${archive}/other/lmp-*.wic.bmap ${archive}/ || true
# Qcom targets use a qcomflash tarball
# Qcom targets use a qcomflash tarball or zip archive
mv ${archive}/other/lmp-*.qcomflash.tar.gz ${archive}/ || true
mv ${archive}/other/lmp-*.qcomflash.zip ${archive}/ || true
# NVIDIA targets use a tegraflash tarball
mv ${archive}/other/lmp-*.tegraflash.tar.gz ${archive}/ || true
# Telechips targets use a fai image
Expand Down