From ed2337f7c6e4e2923a3177853ea7a2936b34c158 Mon Sep 17 00:00:00 2001 From: jbu Date: Sat, 16 May 2015 19:45:51 +0200 Subject: build-rootfs.sh.in: add cubietruck --- build-rootfs.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-rootfs.sh.in b/build-rootfs.sh.in index 16ae5bf..b4de345 100644 --- a/build-rootfs.sh.in +++ b/build-rootfs.sh.in @@ -4,7 +4,7 @@ set -e TARGET="$1" -PLATFORMS="beaglebone cubieboard2 odroid-u2 rpi rpi2 usbarmory" +PLATFORMS="beaglebone cubieboard2 cubietruck odroid-u2 rpi rpi2 usbarmory" for f in ${PLATFORMS}; do if [ -z "$TARGET" -o "$TARGET" = "$f" ]; then -- cgit 1.4.1