aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-10-19 10:56:59 +0200
committerSébastien Dailly <sebastien@dailly.me>2022-10-19 10:56:59 +0200
commit97f2ae08715d1aa2d49fca484d1549f3149302ee (patch)
treec7485755e9352ba06e0dd4d06074dc8bac49c8d5 /build.sh
parent17be2f120347f8c2cae63e932485813cf37e5993 (diff)
Switched to latest buildroot
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 573a340..2df77ad 100755
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@ usage() {
echo " - raspberrypi3"
}
-test -z ${BUILDROOT_DIR} && BUILDROOT_DIR="../buildroot-2022.02.5"
+test -z ${BUILDROOT_DIR} && BUILDROOT_DIR="../buildroot-2022.08.1"
if [ ! -d ${BUILDROOT_DIR} ]; then
usage