Orion: update motelist string

Updates the expected motelist string
This commit is contained in:
Antonio Lignan 2017-01-12 11:23:20 +01:00 committed by GitHub
parent c1f11cfaa9
commit 10d54f228b
1 changed files with 1 additions and 1 deletions

View File

@ -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();