mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 09:32:27 +02:00
vendor.sh: Print useful message on ./mk inject
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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; :
|
||||||
|
|||||||
Reference in New Issue
Block a user