summaryrefslogtreecommitdiffstats
path: root/src/config.h
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/config.h
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/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 47e91119..d6e01134 100644
--- a/src/config.h
+++ b/src/config.h
@@ -120,6 +120,7 @@
#define CONFIG_CMD /* Option configuration console */
#define IFMGMT_CMD /* Interface management commands */
#define ROUTE_CMD /* Routing table management commands */
+#define IMAGE_CMD /* Image management commands */
/* @END general.h */