From b5bb9272ee773d30c1fde2da17c087618264ab6f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 14 Jul 2015 09:57:45 +0000 Subject: build: Prevent more gzip timestamps To improve reproducibility, prevent the inclusion of timestamps in the gzip header. Signed-off-by: Reiner Herrmann git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46361 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/adm8668/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/adm8668/image/Makefile') diff --git a/target/linux/adm8668/image/Makefile b/target/linux/adm8668/image/Makefile index 9e25224512..597b8f74a3 100644 --- a/target/linux/adm8668/image/Makefile +++ b/target/linux/adm8668/image/Makefile @@ -16,7 +16,7 @@ endef define CompressGzip - gzip -9 -c $(1) > $(2) + gzip -9n -c $(1) > $(2) endef define MkImage -- cgit v1.2.3