Orion: update motelist string
Updates the expected motelist string
This commit is contained in:
parent
c1f11cfaa9
commit
10d54f228b
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue