summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2007-01-13 18:28:51 +0100
committerMichael Brown2007-01-13 18:28:51 +0100
commitf11900a9c6c85b6167a3ad6c6a3efc6c9b8e1686 (patch)
tree2c27f878393b052239b7285042f712bb09b8e946 /src/config.h
parentAdd header for pxe_boot() (diff)
downloadipxe-f11900a9c6c85b6167a3ad6c6a3efc6c9b8e1686.tar.gz
ipxe-f11900a9c6c85b6167a3ad6c6a3efc6c9b8e1686.tar.xz
ipxe-f11900a9c6c85b6167a3ad6c6a3efc6c9b8e1686.zip
I prefer IMAGE_XXX to XXX_IMAGE.
Add IMAGE_PXE to use the new image format framework. "kernel pxelinux.0" now works.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/config.h b/src/config.h
index b8ab9291..a219d645 100644
--- a/src/config.h
+++ b/src/config.h
@@ -98,16 +98,16 @@
* you want to use.
*
*/
-#undef TAGGED_IMAGE /* NBI image support */
-#undef ELF64_IMAGE /* ELF64 image support */
-#undef ELF_IMAGE /* ELF image support */
-#undef COFF_IMAGE /* COFF image support */
-#undef FREEBSD_IMAGE /* FreeBSD kernel image support */
-#define MULTIBOOT_IMAGE /* MultiBoot image support */
-#undef AOUT_IMAGE /* a.out image support */
-#undef WINCE_IMAGE /* WinCE image support */
-#undef PXE_IMAGE /* PXE image support */
-#define SCRIPT_IMAGE /* gPXE script image support */
+#undef IMAGE_NBI /* NBI image support */
+#undef IMAGE_ELF64 /* ELF64 image support */
+#undef IMAGE_ELF /* ELF image support */
+#undef IMAGE_COFF /* COFF image support */
+#undef IMAGE_FREEBSD /* FreeBSD kernel image support */
+#define IMAGE_MULTIBOOT /* MultiBoot image support */
+#undef IMAGE_AOUT /* a.out image support */
+#undef IMAGE_WINCE /* WinCE image support */
+#define IMAGE_PXE /* PXE image support */
+#define IMAGE_SCRIPT /* gPXE script image support */
/* @END general.h */
@@ -122,6 +122,7 @@
#define IFMGMT_CMD /* Interface management commands */
#define ROUTE_CMD /* Routing table management commands */
#define IMAGE_CMD /* Image management commands */
+#define DHCP_CMD /* DHCP management commands */
/* @END general.h */