summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorDaniel Verkamp2009-03-26 23:04:31 +0100
committerMichael Brown2009-03-27 05:29:54 +0100
commita323a85d9bfc17853f99661b6ab4241b915590c7 (patch)
treee637a4438528360e7a8a85767b3bc78d82d2bbb8 /src/core/config.c
parent[netdevice] Add debug message for unknown network-layer protocols (diff)
downloadipxe-a323a85d9bfc17853f99661b6ab4241b915590c7.tar.gz
ipxe-a323a85d9bfc17853f99661b6ab4241b915590c7.tar.xz
ipxe-a323a85d9bfc17853f99661b6ab4241b915590c7.zip
[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/config.c')
-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 59bd8fa1..0662a3a4 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