fixed bootlogo not packaged.

- fix only known errors.

Change-Id: I3e8b65243d711aa755f63b6be072c3c27125aa1c
This commit is contained in:
sophgo-forum-service
2024-06-03 20:26:46 +08:00
committed by carbon
parent 51d26b8831
commit 99ccafe965
2 changed files with 16 additions and 0 deletions

View File

@ -596,6 +596,7 @@ function build_all()
pack_rootfs || return $?
pack_data || return $?
pack_system || return $?
copy_tools || return $?
pack_upgrade || return $?
)}