Selaa lähdekoodia

build-arm-images: PLATFORM can be overrided now.

Juan RP 9 vuotta sitten
vanhempi
sitoutus
6a8e09f715
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      build-arm-images.sh.in

+ 1 - 1
build-arm-images.sh.in

@@ -3,7 +3,7 @@
 TARGET="$1"
 [ -n "$TARGET" ] && shift
 
-PLATFORMS="beaglebone cubieboard2 odroid-u2 rpi rpi2 usbarmory"
+: ${PLATFORMS:="beaglebone cubieboard2 odroid-u2 rpi rpi2 usbarmory"}
 DATE=$(date '+%Y%m%d')
 
 for f in ${PLATFORMS} x ${PLATFORMS} ; do