mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
[build] Allow setting help text URI to be customised via config/branding.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -378,8 +378,7 @@ static void draw_info_row ( struct setting_widget *widget ) {
|
||||
msg ( INFO_ROW, "%s - %s", buf, widget->row.setting.description );
|
||||
attroff ( A_BOLD );
|
||||
color_set ( CPAIR_URL, NULL );
|
||||
msg ( ( INFO_ROW + 1 ), "http://ipxe.org/cfg/%s",
|
||||
widget->row.setting.name );
|
||||
msg ( ( INFO_ROW + 1 ), PRODUCT_SETTING_URI, widget->row.setting.name );
|
||||
color_set ( CPAIR_NORMAL, NULL );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user