[cmdline] Add "ntp" command

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-06-13 15:57:16 +01:00
parent fce6117ad9
commit 3c61e11fe1
5 changed files with 156 additions and 0 deletions

View File

@@ -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

View File

@@ -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