build-rootfs.sh.in: add cubietruck

This commit is contained in:
jbu 2015-05-16 19:45:51 +02:00
parent 08b105b511
commit ed2337f7c6
1 changed files with 1 additions and 1 deletions

View File

@ -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