diff options
Diffstat (limited to 'support')
-rwxr-xr-x | support/download/git | 2 | ||||
-rw-r--r-- | support/misc/Vagrantfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support/download/git b/support/download/git index e342ed31aa..314b388fbc 100755 --- a/support/download/git +++ b/support/download/git @@ -55,4 +55,4 @@ fi GIT_DIR="${basename}" \ _git archive --prefix="'${basename}/'" -o "'${output}.tmp'" --format=tar "'${cset}'" -gzip <"${output}.tmp" >"${output}" +gzip -n <"${output}.tmp" >"${output}" diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index c3768374ed..b8f02afc77 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2015.11.1' +RELEASE='2016.02' ### Change here for more memory/cores ### VM_MEMORY=2048 |