vendor.sh: Print useful message on ./mk inject

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2024-12-26 22:13:46 +00:00
parent 12c6259cb2
commit b5da9feba3
1 changed files with 2 additions and 0 deletions

View File

@ -329,6 +329,8 @@ vendor_inject()
[ "$nukemode" = "nuke" ] || x_ ./mk download $board
if [ "$vrelease" = "y" ]; then
patch_release_roms
printf "\nPatched images saved to bin/release/%s/\n" \
"$board"
else
patch_rom "$rom" || :
fi; :