summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index d6e01134c..b8ab9291f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -102,11 +102,12 @@
#undef ELF64_IMAGE /* ELF64 image support */
#undef ELF_IMAGE /* ELF image support */
#undef COFF_IMAGE /* COFF image support */
-#undef IMAGE_FREEBSD /* FreeBSD kernel image support */
-#undef IMAGE_MULTIBOOT /* MultiBoot 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 */
/* @END general.h */