mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[cmdline] Add "nstat" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -269,6 +269,9 @@ REQUIRE_OBJECT ( pci_cmd );
|
||||
#ifdef PARAM_CMD
|
||||
REQUIRE_OBJECT ( param_cmd );
|
||||
#endif
|
||||
#ifdef NEIGHBOUR_CMD
|
||||
REQUIRE_OBJECT ( neighbour_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
@@ -132,6 +132,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
//#define IMAGE_TRUST_CMD /* Image trust management commands */
|
||||
//#define PCI_CMD /* PCI commands */
|
||||
//#define PARAM_CMD /* Form parameter commands */
|
||||
//#define NEIGHBOUR_CMD /* Neighbour management commands */
|
||||
|
||||
/*
|
||||
* ROM-specific options
|
||||
|
||||
Reference in New Issue
Block a user