From 97f2ae08715d1aa2d49fca484d1549f3149302ee Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 19 Oct 2022 10:56:59 +0200 Subject: Switched to latest buildroot --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') 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 -- cgit v1.2.3