Append profile name to image-manifest
This commit is contained in:
parent
d39f95282b
commit
568edd2f07
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue