mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[cmdline] Add "params" and "param" commands to manage form parameter lists
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -263,6 +263,9 @@ REQUIRE_OBJECT ( nslookup_cmd );
|
||||
#ifdef PCI_CMD
|
||||
REQUIRE_OBJECT ( pci_cmd );
|
||||
#endif
|
||||
#ifdef PARAM_CMD
|
||||
REQUIRE_OBJECT ( param_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
@@ -130,6 +130,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
//#define POWEROFF_CMD /* Power off command */
|
||||
//#define IMAGE_TRUST_CMD /* Image trust management commands */
|
||||
//#define PCI_CMD /* PCI commands */
|
||||
//#define PARAM_CMD /* Form parameter commands */
|
||||
|
||||
/*
|
||||
* ROM-specific options
|
||||
|
||||
Reference in New Issue
Block a user