aboutsummaryrefslogtreecommitdiff
path: root/build.sh
blob: 08c710516d9491c1d93471488c83eda858d6f8c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
git clone git://git.buildroot.net/buildroot
cd buildroot
git checkout 2016.11.x

cp ../dot-config .config

patch -p1 < ../0001-linux-fix-defconfig-for-arm64.patch
patch -p1 < ../0002-busybox-enable-taskset-cmd.patch
patch -p1 < ../0003-system-profile-export-PS1-as-root-buildroot.patch
cp ../0001-selftest-skip-fail-test.patch linux/
make