summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-12 10:53:28 +0100
committerMichael Brown2007-01-12 10:53:28 +0100
commit9952df9b52a1bdd7e38ddb37dd2bf7923d4ecc09 (patch)
tree030f6039240763dbaa35d79703ebb9bcd93df0f3 /src/core/config.c
parentLet ifmgmt.c take care of calling efree(), since it's the once which (diff)
downloadipxe-9952df9b52a1bdd7e38ddb37dd2bf7923d4ecc09.tar.gz
ipxe-9952df9b52a1bdd7e38ddb37dd2bf7923d4ecc09.tar.xz
ipxe-9952df9b52a1bdd7e38ddb37dd2bf7923d4ecc09.zip
Add "dhcp" command
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 7ec9a3bb..6f113c0b 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -163,6 +163,9 @@ REQUIRE_OBJECT ( route_cmd );
#ifdef IMAGE_CMD
REQUIRE_OBJECT ( image_cmd );
#endif
+#ifdef DHCP_CMD
+REQUIRE_OBJECT ( dhcp_cmd );
+#endif
/*
* Drag in miscellaneous objects