build: Prevent more gzip timestamps

To improve reproducibility, prevent the inclusion of timestamps
in the gzip header.

Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>

SVN-Revision: 46361
This commit is contained in:
John Crispin
2015-07-14 09:57:45 +00:00
parent 3846bb9ac9
commit 096b3759a9
14 changed files with 17 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ define CompressLzma
endef
define CompressGzip
gzip -9 -c $(1) > $(2)
gzip -9n -c $(1) > $(2)
endef
define MkuImage