aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2009-03-26 17:04:31 -0500
committerMichael Brown <mcb30@etherboot.org>2009-03-27 04:29:54 +0000
commita323a85d9bfc17853f99661b6ab4241b915590c7 (patch)
treee637a4438528360e7a8a85767b3bc78d82d2bbb8 /src/core
parentf3335b83d42b328a95f76244329431026e32e779 (diff)
downloadipxe-a323a85d9bfc17853f99661b6ab4241b915590c7.tar.gz
[digest] md5sum and sha1sum commands
Modified-by: Michael Brown <mcb30@etherboot.org> Signed-off-by: Michael Brown <mcb30@etherboot.org>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index 59bd8fa18..0662a3a49 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -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