build: Prevent more gzip timestamps
[openwrt/staging/dedeckeh.git] / target / linux / adm8668 / image / Makefile
index 9e2522451206fd7a10b8f5d1f489f416304b192f..597b8f74a3141ec2995efed77c7c2f9bc9610a1b 100644 (file)
@@ -16,7 +16,7 @@ endef
 
 
 define CompressGzip
-       gzip -9 -c $(1) > $(2)
+       gzip -9n -c $(1) > $(2)
 endef
 
 define MkImage