Skip to content
Snippets Groups Projects
Commit 37f1b5ec authored by Bob Mottram's avatar Bob Mottram
Browse files

Wireless beaglebone variant

parent 16b50147
No related branches found
No related tags found
No related merge requests found
......@@ -556,7 +556,8 @@ if [[ $VARIANT == 'usb' ]]; then
IMAGE_NAME=$'usb'
fi
if [[ $VARIANT == 'beaglebonewifi' ]]; then
if [[ $VARIANT == 'beaglebonewifi' || $VARIANT == 'beaglebonewireless' ]]; then
VARIANT == 'beaglebonewifi'
if [ ! $WIFI_SSID ]; then
WIFI_SSID=${PROJECT_NAME}
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment