diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-06-13 15:57:16 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-06-13 15:57:16 +0100 |
commit | 3c61e11fe1a653b159ad472469fa74a3b2d0f116 (patch) | |
tree | 8509d004b15ee4d7d82fa09a675cc6770ffcc28d /src/config/general.h | |
parent | fce6117ad983a9c53087860058769dc65fb09d73 (diff) | |
download | ipxe-3c61e11fe1a653b159ad472469fa74a3b2d0f116.tar.gz |
[cmdline] Add "ntp" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r-- | src/config/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index a21501500..a71ba726f 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -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 |