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

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-12-26 22:13:46 +00:00
parent 12c6259cb2
commit b5da9feba3
+2
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; :