Import buildroot 2016.02

This commit is contained in:
2016-03-01 23:22:10 +01:00
parent f70a267304
commit f4644b27c2
138 changed files with 1867 additions and 247 deletions

View File

@@ -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}"

View File

@@ -5,7 +5,7 @@
################################################################################
# Buildroot version to use
RELEASE='2015.11.1'
RELEASE='2016.02'
### Change here for more memory/cores ###
VM_MEMORY=2048