Browse Source

build-arm-images: build the rpi2 image.

Juan RP 10 years ago
parent
commit
cf8654694e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build-arm-images.sh.in

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

@@ -4,7 +4,7 @@ set -e
 
 date=$(date '+%Y%m%d')
 
-for f in beaglebone cubieboard2 odroid-u2 rpi; do
+for f in beaglebone cubieboard2 odroid-u2 rpi rpi2; do
 	./mkrootfs.sh $f
 	./mkimage.sh void-${f}-rootfs-${date}.tar.xz
 	pixz -9 void-${f}-${date}.img