From: Michael Brown Date: Mon, 14 Aug 2006 22:46:50 +0000 (+0000) Subject: Removed TAGGED_IMAGE from the default build; NBI has been broken for ages. X-Git-Tag: v0.9.3~1085 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d475ecd5613aed4cacbd3a7f726274445db50bd4;p=thirdparty%2Fipxe.git Removed TAGGED_IMAGE from the default build; NBI has been broken for ages. --- diff --git a/src/config.h b/src/config.h index f7980545e..7168473f7 100644 --- a/src/config.h +++ b/src/config.h @@ -98,7 +98,7 @@ * you want to use. * */ -#define TAGGED_IMAGE /* NBI image support */ +#undef TAGGED_IMAGE /* NBI image support */ #undef ELF64_IMAGE /* ELF64 image support */ #undef ELF_IMAGE /* ELF image support */ #undef COFF_IMAGE /* COFF image support */