mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +03:00
[settings] Force settings into alphabetical order within sections
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -121,7 +121,7 @@ static struct interface_descriptor validator_job_desc =
|
||||
*/
|
||||
|
||||
/** Cross-signed certificate source setting */
|
||||
const struct setting crosscert_setting __setting ( SETTING_CRYPTO ) = {
|
||||
const struct setting crosscert_setting __setting ( SETTING_CRYPTO, crosscert )={
|
||||
.name = "crosscert",
|
||||
.description = "Cross-signed certificate source",
|
||||
.tag = DHCP_EB_CROSS_CERT,
|
||||
|
||||
Reference in New Issue
Block a user