vendor.sh: Print useful message on ./mk inject
Signed-off-by: Leah Rowe <leah@libreboot.org>20241206_branch
parent
12c6259cb2
commit
b5da9feba3
|
@ -329,6 +329,8 @@ vendor_inject()
|
||||||
[ "$nukemode" = "nuke" ] || x_ ./mk download $board
|
[ "$nukemode" = "nuke" ] || x_ ./mk download $board
|
||||||
if [ "$vrelease" = "y" ]; then
|
if [ "$vrelease" = "y" ]; then
|
||||||
patch_release_roms
|
patch_release_roms
|
||||||
|
printf "\nPatched images saved to bin/release/%s/\n" \
|
||||||
|
"$board"
|
||||||
else
|
else
|
||||||
patch_rom "$rom" || :
|
patch_rom "$rom" || :
|
||||||
fi; :
|
fi; :
|
||||||
|
|
Loading…
Reference in New Issue