summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/setup-environment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 5ee1ad0..8da1b94 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -74,7 +74,7 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
74 beaglebone) 74 beaglebone)
75 LAYERSCONF="bblayers.conf.bbb.sample" 75 LAYERSCONF="bblayers.conf.bbb.sample"
76 ;; 76 ;;
77 raspberrypi|raspberrypi2|raspberrypi3) 77 raspberrypi0|raspberrypi|raspberrypi2|raspberrypi3)
78 LAYERSCONF="bblayers.conf.rpi.sample" 78 LAYERSCONF="bblayers.conf.rpi.sample"
79 ;; 79 ;;
80 intel-corei7-64) 80 intel-corei7-64)