From ef33275d54a98bfd367502f7870bd88ac2ec7d60 Mon Sep 17 00:00:00 2001 From: Daniel Gachet <daniel.gachet@hefr.ch> Date: Sat, 11 Sep 2021 01:09:15 +0200 Subject: [PATCH] wip --- nano-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano-env b/nano-env index 5a77607..3f91f4b 100755 --- a/nano-env +++ b/nano-env @@ -10,6 +10,6 @@ mkdir -p ~/workspace/nano cd ~/workspace/nano git clone git://git.buildroot.net/buildroot cd buildroot -git checkout -b nano 2020.05.1 +git checkout -b nano 2021.08 patch -p1 < ${SCRIPTDIR}/config/buildroot_nano.patch make friendlyarm_nanopi_neo_plus2_defconfig -- GitLab