From 23eb3756c054a42de9d7f37a44995648263c7785 Mon Sep 17 00:00:00 2001 From: Antonio Lignan Date: Fri, 12 Aug 2016 13:21:09 +0200 Subject: [PATCH] Zoul: added firefly to motelist targets --- tools/zolertia/motelist-zolertia | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/zolertia/motelist-zolertia b/tools/zolertia/motelist-zolertia index e286887ac..75b95b3b9 100755 --- a/tools/zolertia/motelist-zolertia +++ b/tools/zolertia/motelist-zolertia @@ -57,6 +57,8 @@ if( $Opt{board} eq "z1" ) { $Opt{board} = "Zolertia Z1"; } elsif( $Opt{board} eq "remote" ) { $Opt{board} = "Zolertia RE-Mote platform"; +} elsif( $Opt{board} eq "firefly" ) { + $Opt{board} = "Zolertia Firefly platform"; } my @devs = $Opt{method} eq "procfs" ? scan_procfs() : scan_sysfs();