Jelajahi Sumber

build-arm-images: disable cubietruck for now; does not boot.

Juan RP 10 tahun lalu
induk
melakukan
288406151b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 cubietruck 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