build-rootfs.sh.in: add cubietruck
This commit is contained in:
parent
08b105b511
commit
ed2337f7c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue