build-rootfs.sh.in: add cubietruck
This commit is contained in:
@@ -4,7 +4,7 @@ set -e
|
|||||||
|
|
||||||
TARGET="$1"
|
TARGET="$1"
|
||||||
|
|
||||||
PLATFORMS="beaglebone cubieboard2 odroid-u2 rpi rpi2 usbarmory"
|
PLATFORMS="beaglebone cubieboard2 cubietruck odroid-u2 rpi rpi2 usbarmory"
|
||||||
|
|
||||||
for f in ${PLATFORMS}; do
|
for f in ${PLATFORMS}; do
|
||||||
if [ -z "$TARGET" -o "$TARGET" = "$f" ]; then
|
if [ -z "$TARGET" -o "$TARGET" = "$f" ]; then
|
||||||
|
Reference in New Issue
Block a user