Skip to content

Commit

Permalink
Setting IMAGE_GZIP as default on aarch64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskandro committed Feb 9, 2022
1 parent bc35b24 commit 1928a43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config/general.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
//#define IMAGE_ZLIB /* ZLIB image support */
//#define IMAGE_GZIP /* GZIP image support */

// Enable IMAGE_GZIP on aarch64 by default
#ifdef __aarch64__
#define IMAGE_GZIP /* GZIP image support */
#endif

/*
* Command-line commands to include
*
Expand Down

0 comments on commit 1928a43

Please sign in to comment.