mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[digest] md5sum and sha1sum commands
Modified-by: Michael Brown <mcb30@etherboot.org> Signed-off-by: Michael Brown <mcb30@etherboot.org>
This commit is contained in:
committed by
Michael Brown
parent
f3335b83d4
commit
a323a85d9b
@@ -199,6 +199,9 @@ REQUIRE_OBJECT ( login_cmd );
|
||||
#ifdef TIME_CMD
|
||||
REQUIRE_OBJECT ( time_cmd );
|
||||
#endif
|
||||
#ifdef DIGEST_CMD
|
||||
REQUIRE_OBJECT ( digest_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
Reference in New Issue
Block a user