Add full image

Add full image

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2021-08-08 03:52:31 +02:00
parent 772809af49
commit 0b90985648
6 changed files with 3404 additions and 3 deletions

View File

@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -x
set -e
set -o pipefail
ROOT=${PWD}
REPO_URL="https://github.com/buildroot/buildroot.git"
git clone "$REPO_URL" --recurse-submodules --remote-submodules --depth=1 --branch=2021.08-rc1
cd buildroot
cp /dockcross/buildroot.config .config
make