From 890800e24f31720cdc6614445ce6ee043bd540b4 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Thu, 10 Nov 2022 17:00:28 +0100 Subject: Added the configuration for the raspberry 3a --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') 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 -- cgit v1.2.3