summaryrefslogtreecommitdiffstats
path: root/src/config/config_archive.c
diff options
context:
space:
mode:
authorMichael Brown2021-05-06 19:38:37 +0200
committerMichael Brown2021-05-08 16:34:19 +0200
commit866fa1ce7639c93de8905cf16ab79b8086990728 (patch)
tree69c4c77fd2c7c90732fd4f75e433223126330ff7 /src/config/config_archive.c
parent[zlib] Add support for zlib archive images (diff)
downloadipxe-866fa1ce7639c93de8905cf16ab79b8086990728.tar.gz
ipxe-866fa1ce7639c93de8905cf16ab79b8086990728.tar.xz
ipxe-866fa1ce7639c93de8905cf16ab79b8086990728.zip
[gzip] Add support for gzip archive images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config_archive.c')
-rw-r--r--src/config/config_archive.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config_archive.c b/src/config/config_archive.c
index eceebaecb..84f21b956 100644
--- a/src/config/config_archive.c
+++ b/src/config/config_archive.c
@@ -34,3 +34,6 @@ PROVIDE_REQUIRING_SYMBOL();
#ifdef IMAGE_ZLIB
REQUIRE_OBJECT ( zlib );
#endif
+#ifdef IMAGE_GZIP
+REQUIRE_OBJECT ( gzip );
+#endif