summaryrefslogtreecommitdiffstats
path: root/src/config/general.h
diff options
context:
space:
mode:
authorMichael Brown2021-05-06 14:17:35 +0200
committerMichael Brown2021-05-08 16:34:19 +0200
commitd093683d93ccfac4c76e72264ec3b0d8f0017b92 (patch)
tree7e752e4ffae9a5ef8ff0341e33d69da2acc693a1 /src/config/general.h
parent[image] Add "imgextract" command for extracting archive images (diff)
downloadipxe-d093683d93ccfac4c76e72264ec3b0d8f0017b92.tar.gz
ipxe-d093683d93ccfac4c76e72264ec3b0d8f0017b92.tar.xz
ipxe-d093683d93ccfac4c76e72264ec3b0d8f0017b92.zip
[zlib] Add support for zlib archive images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r--src/config/general.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h
index fd317be9..d6653795 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -117,6 +117,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define IMAGE_PNG /* PNG image support */
#define IMAGE_DER /* DER image support */
#define IMAGE_PEM /* PEM image support */
+#define IMAGE_ZLIB /* ZLIB image support */
/*
* Command-line commands to include