Parcourir la source

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

Juan RP il y a 9 ans
Parent
commit
6a8e09f715
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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