mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
[cmdline] Add "ntp" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -278,6 +278,9 @@ REQUIRE_OBJECT ( ipstat_cmd );
|
||||
#ifdef PROFSTAT_CMD
|
||||
REQUIRE_OBJECT ( profstat_cmd );
|
||||
#endif
|
||||
#ifdef NTP_CMD
|
||||
REQUIRE_OBJECT ( ntp_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
@@ -147,6 +147,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
//#define CONSOLE_CMD /* Console command */
|
||||
//#define IPSTAT_CMD /* IP statistics commands */
|
||||
//#define PROFSTAT_CMD /* Profiling commands */
|
||||
//#define NTP_CMD /* NTP commands */
|
||||
|
||||
/*
|
||||
* ROM-specific options
|
||||
|
||||
Reference in New Issue
Block a user