build: Prevent more gzip timestamps
[openwrt-github/.git] / target / linux / malta / image / Makefile
index 3f14756a729bfd37914d7c39001ab6b9a1149df1..180e045ec7b12c204a49a9a1cacb57ed45fad2d5 100644 (file)
@@ -16,7 +16,7 @@ define CompressLzma
 endef
 
 define CompressGzip
-       gzip -9 -c $(1) > $(2)
+       gzip -9n -c $(1) > $(2)
 endef
 
 define MkuImage