From 096b3759a98cdbbc710d8620e948eaa7ee2045ed 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 SVN-Revision: 46361 --- target/linux/x86/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/x86') diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index e7e02f15fb..8e5637214f 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -149,8 +149,8 @@ ifneq ($(CONFIG_VMDK_IMAGES),) endif define Image/Build/gzip - gzip -f9 $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img - gzip -f9 $(BIN_DIR)/$(IMG_PREFIX)-rootfs-$(1).img + gzip -f9n $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img + gzip -f9n $(BIN_DIR)/$(IMG_PREFIX)-rootfs-$(1).img endef ifneq ($(CONFIG_TARGET_IMAGES_GZIP),) -- cgit v1.2.3