Table of Contents

GZIP image support

Name

  IMAGE_GZIP

Header file

Configured via config/general.h.

Examples

Enable support for GZIP images

  #define IMAGE_GZIP               /* GZIP images */
  

Enable support for GZIP images and archive image management commands

  #define IMAGE_GZIP               /* GZIP image support */
  #define IMAGE_ARCHIVE_CMD        /* Archive image management commands */

Description

This build option enables support for GZIP compressed images.

See also