aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2022-11-24 11:51:15 +0100
committerAleksandr Nogikh <wp32pw@gmail.com>2022-11-24 12:09:47 +0100
commit3b903dad230946cfd32b986bc32d44fc23eaafd1 (patch)
treecc3818bc2da0c738690d2bc300ca56f202424424 /tools
parentff68ff8f0e1a62984fe933655e14994ae3e16809 (diff)
tools: upgrade Buildroot image version
There are two reasons: - The 2022.02 version does not longer build with the latest versions of the build tools. - The latest version was tested to work fine with the scp changes that came with OpenSSH 9.0 (the use of the SFTP protocol). Document the problem with scp in the troubleshooting guide.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/create-buildroot-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create-buildroot-image.sh b/tools/create-buildroot-image.sh
index 1de0a66a8..56ba453d7 100755
--- a/tools/create-buildroot-image.sh
+++ b/tools/create-buildroot-image.sh
@@ -40,7 +40,7 @@ case "$TARGETARCH" in
esac
git fetch origin
-git checkout 2022.02
+git checkout 2022.08.2
make "${DEFCONFIG}"