aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-08-13 14:46:03 +0200
committerSébastien Dailly <sebastien@dailly.me>2025-08-13 14:46:03 +0200
commitccdd33c63dc1d855db7bb64f2f3f02879740b9be (patch)
tree9f3d524beae54ed98476c37a04c2f6e956e4e980 /build.sh
parent0640b403f2dc33fca3b1ca121012b98c2420ef24 (diff)
Added roc packages, and updagraded to latest buildrootHEADmaster
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