mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
[time] Add the time command
Signed-off-by: Michael Brown <mcb30@etherboot.org>
This commit is contained in:
committed by
Michael Brown
parent
f3d09b5c79
commit
4397a2a4ca
@@ -196,6 +196,9 @@ REQUIRE_OBJECT ( sanboot_cmd );
|
||||
#ifdef LOGIN_CMD
|
||||
REQUIRE_OBJECT ( login_cmd );
|
||||
#endif
|
||||
#ifdef TIME_CMD
|
||||
REQUIRE_OBJECT ( time_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
Reference in New Issue
Block a user