Append profile name to image-manifest
This commit is contained in:
parent
bbbf71e3a4
commit
e87649ba37
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 "$DLDIR" ; sha512sum "$imagebuilder" )
|
||||||
( cd "$IMAGEDIR"; sha512sum lede*-ar71xx-generic-"${profile}"-squashfs-sysupgrade.bin )
|
( cd "$IMAGEDIR"; sha512sum lede*-ar71xx-generic-"${profile}"-squashfs-sysupgrade.bin )
|
||||||
} | sed 's/^/ /'
|
} | sed 's/^/ /'
|
||||||
} > "$IMAGEDIR"/image-manifest
|
} > "$IMAGEDIR"/"${profile}".image-manifest
|
||||||
|
|
Loading…
Reference in a new issue