summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup-environment.sh')
-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 ad1405b..3439d90 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -64,7 +64,7 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
64 beaglebone) 64 beaglebone)
65 LAYERSCONF="bblayers.conf.bbb.sample" 65 LAYERSCONF="bblayers.conf.bbb.sample"
66 ;; 66 ;;
67 raspberrypi) 67 raspberrypi|raspberrypi2)
68 LAYERSCONF="bblayers.conf.rpi.sample" 68 LAYERSCONF="bblayers.conf.rpi.sample"
69 ;; 69 ;;
70 emulator) 70 emulator)