aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-11-10 17:00:28 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-11-10 17:01:58 +0100
commit890800e24f31720cdc6614445ce6ee043bd540b4 (patch)
treef779b552b46a4377f8879355bba3671afe81dcd8 /build.sh
parentc85d4c956d7bba3236cb399d3032d092ba79e28b (diff)
Added the configuration for the raspberry 3a
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 3ef0c29..3d3bf80 100755
--- a/build.sh
+++ b/build.sh
@@ -4,7 +4,7 @@ usage() {
echo
echo "with boardname in"
echo " - raspberrypi0w"
- echo " - raspberrypi3"
+ echo " - raspberrypi3_64"
}
test -z ${BUILDROOT_DIR} && BUILDROOT_DIR="../buildroot-2022.08.1"
@@ -21,7 +21,7 @@ export BOARDNAME=$1
case "$BOARDNAME" in
raspberrypi0w)
;;
- raspberrypi3)
+ raspberrypi3_64)
;;
*)
usage