aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-09-14 10:36:34 +0200
committerSébastien Dailly <sebastien@dailly.me>2022-09-14 10:36:34 +0200
commit1fac6d7043c22d6b452b632510ee2d9492ac20fb (patch)
treee25199069e7b4c22b5f2207d4ccfb9cac39fa412 /build.sh
parent48fc60fcf46bf1257232378e43d4e732982a777f (diff)
Update pi-audio configuration
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 efd504d..573a340 100755
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@ usage() {
echo " - raspberrypi3"
}
-test -z ${BUILDROOT_DIR} && BUILDROOT_DIR="../buildroot-2022.02.1"
+test -z ${BUILDROOT_DIR} && BUILDROOT_DIR="../buildroot-2022.02.5"
if [ ! -d ${BUILDROOT_DIR} ]; then
usage