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:
@@ -16,7 +16,7 @@ define CompressLzma
|
||||
endef
|
||||
|
||||
define CompressGzip
|
||||
gzip -9 -c $(1) > $(2)
|
||||
gzip -9n -c $(1) > $(2)
|
||||
endef
|
||||
|
||||
define MkuImage
|
||||
|
||||
Reference in New Issue
Block a user