diff --git a/tools/zolertia/motelist-zolertia b/tools/zolertia/motelist-zolertia index e720b6868..e5f7da99e 100755 --- a/tools/zolertia/motelist-zolertia +++ b/tools/zolertia/motelist-zolertia @@ -60,7 +60,7 @@ if( $Opt{board} eq "z1" ) { } elsif( $Opt{board} eq "firefly" ) { $Opt{board} = "Zolertia Firefly platform"; } elsif( $Opt{board} eq "orion" ) { - $Opt{board} = "Zolertia Orion Router"; + $Opt{board} = "Zolertia Orion Ethernet router"; } my @devs = $Opt{method} eq "procfs" ? scan_procfs() : scan_sysfs();