about summary refs log tree commit diff
path: root/build-rootfs.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2015-05-20 11:23:10 +0200
committerJuan RP <xtraeme@gmail.com>2015-05-20 11:23:10 +0200
commitd177ef47d6649eec42ff3106e9cbf78b95565f6d (patch)
treed5b078704ca35d4336e7ab5d0d622b4ae0e0ae39 /build-rootfs.sh.in
parentb231ef76f510586d7196856f78a2c53fc76564e7 (diff)
parentf3b9e9d2e42f307634402e5ae85bde76a378cd3b (diff)
downloadhrmpf-d177ef47d6649eec42ff3106e9cbf78b95565f6d.tar.gz
hrmpf-d177ef47d6649eec42ff3106e9cbf78b95565f6d.tar.xz
hrmpf-d177ef47d6649eec42ff3106e9cbf78b95565f6d.zip
Merge pull request #27 from pullmoll/master
installer.sh.in: really fix the md parsing
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