Merge pull request #2047 from contiki-os/orion-update-motelist-string
Orion: update motelist string
This commit is contained in:
commit
a7b5050382
|
@ -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