diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ usage() { } -test -z ${BUILDROOT_DIR} && BUILDROOT_DIR="../buildroot-2024.05/" +test -z ${BUILDROOT_DIR} && BUILDROOT_DIR="../buildroot-2025.05/" if [ ! -d ${BUILDROOT_DIR} ]; then usage |