summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-12 07:05:27 +0100
committerMichael Brown2007-01-12 07:05:27 +0100
commit9817f9309496e7620dd87610c9d0bef8d840ccee (patch)
tree9c16ad3d045252080d8fb6df9927bf9cff975a9e /src/core/config.c
parentAdded IMAGE_LOADED flag and find_image() (diff)
downloadipxe-9817f9309496e7620dd87610c9d0bef8d840ccee.tar.gz
ipxe-9817f9309496e7620dd87610c9d0bef8d840ccee.tar.xz
ipxe-9817f9309496e7620dd87610c9d0bef8d840ccee.zip
Add basic "fetch" and "imgstat" commands.
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 e2b1a362..6120fc3b 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -157,6 +157,9 @@ REQUIRE_OBJECT ( ifmgmt_cmd );
#ifdef ROUTE_CMD
REQUIRE_OBJECT ( route_cmd );
#endif
+#ifdef IMAGE_CMD
+REQUIRE_OBJECT ( image_cmd );
+#endif
/*
* Drag in miscellaneous objects