diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2022-10-19 10:56:59 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-10-19 10:56:59 +0200 |
commit | 97f2ae08715d1aa2d49fca484d1549f3149302ee (patch) | |
tree | c7485755e9352ba06e0dd4d06074dc8bac49c8d5 | |
parent | 17be2f120347f8c2cae63e932485813cf37e5993 (diff) |
Switched to latest buildroot
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |