mirror of
https://github.com/ipxe/ipxe
synced 2026-01-03 02:13:23 +03:00
[gzip] Add support for gzip archive images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -34,3 +34,6 @@ PROVIDE_REQUIRING_SYMBOL();
|
||||
#ifdef IMAGE_ZLIB
|
||||
REQUIRE_OBJECT ( zlib );
|
||||
#endif
|
||||
#ifdef IMAGE_GZIP
|
||||
REQUIRE_OBJECT ( gzip );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user