about summary refs log tree commit diff
path: root/build-rootfs.sh.in
diff options
context:
space:
mode:
authorjbu <pullmoll@t-online.de>2015-05-16 19:45:51 +0200
committerjbu <pullmoll@t-online.de>2015-05-16 19:45:51 +0200
commited2337f7c6e4e2923a3177853ea7a2936b34c158 (patch)
treef8cc856c620bacff0c0d82f4ab53e93c4c51479b /build-rootfs.sh.in
parent08b105b511bc994154d020c0464a99eebdf46025 (diff)
downloadhrmpf-ed2337f7c6e4e2923a3177853ea7a2936b34c158.tar.gz
hrmpf-ed2337f7c6e4e2923a3177853ea7a2936b34c158.tar.xz
hrmpf-ed2337f7c6e4e2923a3177853ea7a2936b34c158.zip
build-rootfs.sh.in: add cubietruck
Diffstat (limited to 'build-rootfs.sh.in')
-rw-r--r--build-rootfs.sh.in2
1 files changed, 1 insertions, 1 deletions
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