More image names

This commit is contained in:
Bob Mottram 2016-06-26 11:29:48 +01:00
parent d7a0571518
commit a7369b6078
1 changed files with 8 additions and 0 deletions

View File

@ -355,6 +355,14 @@ if [[ $VARIANT == 'mesh' ]]; then
fi
fi
if [[ $VARIANT == 'meshclient' || $VARIANT == 'meshusb' ]]; then
IMAGE_NAME=$'meshclient'
fi
if [[ $VARIANT == 'usb' ]]; then
IMAGE_NAME=$'usb'
fi
cd $TEMPBUILD_DIR
make $IMAGE_TYPE \
USERNAME="$USERNAME" \