Append profile name to image-manifest

This commit is contained in:
Daniel Gröber 2018-04-14 01:00:40 +02:00
parent d39f95282b
commit 568edd2f07
1 changed files with 1 additions and 1 deletions

View File

@ -66,4 +66,4 @@ cp "$IMAGEBUILDER_DIR"/bin/targets/ar71xx/generic/lede*-ar71xx-generic-"${profil
( cd "$DLDIR" ; sha512sum "$imagebuilder" )
( cd "$IMAGEDIR"; sha512sum lede*-ar71xx-generic-"${profile}"-squashfs-sysupgrade.bin )
} | sed 's/^/ /'
} > "$IMAGEDIR"/image-manifest
} > "$IMAGEDIR"/"${profile}".image-manifest