From 3b903dad230946cfd32b986bc32d44fc23eaafd1 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 24 Nov 2022 11:51:15 +0100 Subject: 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. --- tools/create-buildroot-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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}" -- cgit mrf-deployment