aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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 065b81f..f9932af 100755
--- a/build.sh
+++ b/build.sh
@@ -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