diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-14 09:57:45 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-14 09:57:45 +0000 |
commit | b5bb9272ee773d30c1fde2da17c087618264ab6f (patch) | |
tree | 682cca857e1946d5a258823cfa55f3c40d9daa64 /target/linux/generic/files/crypto/ocf/Makefile | |
parent | b5f4a9f364263f9f1fdc5093b00b223154aaf5fc (diff) | |
download | master-187ad058-b5bb9272ee773d30c1fde2da17c087618264ab6f.tar.gz master-187ad058-b5bb9272ee773d30c1fde2da17c087618264ab6f.tar.bz2 master-187ad058-b5bb9272ee773d30c1fde2da17c087618264ab6f.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46361 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/files/crypto/ocf/Makefile')
-rw-r--r-- | target/linux/generic/files/crypto/ocf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/crypto/ocf/Makefile b/target/linux/generic/files/crypto/ocf/Makefile index 110ed83ea6..78d052cec3 100644 --- a/target/linux/generic/files/crypto/ocf/Makefile +++ b/target/linux/generic/files/crypto/ocf/Makefile @@ -144,5 +144,5 @@ release: find $$RELDIR/ocf -name CVS | xargs rm -rf; \ cd $$RELDIR/..; \ tar cvf ocf-linux-$$REL.tar ocf-linux-$$REL; \ - gzip -9 ocf-linux-$$REL.tar + gzip -9n ocf-linux-$$REL.tar |