mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
[build] Allow product URI to be customised via config/branding.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -591,7 +591,9 @@ init_message:
|
||||
.ascii PRODUCT_NAME
|
||||
.ascii "\n"
|
||||
.ascii PRODUCT_SHORT_NAME
|
||||
.asciz " (http://ipxe.org)"
|
||||
.ascii " ("
|
||||
.ascii PRODUCT_URI
|
||||
.asciz ")"
|
||||
.size init_message, . - init_message
|
||||
.ifeqs BUSTYPE, "PCIR"
|
||||
init_message_pci:
|
||||
|
||||
Reference in New Issue
Block a user