From 10d54f228b961d3d8a3d33b925ced361aaa4926f Mon Sep 17 00:00:00 2001 From: Antonio Lignan Date: Thu, 12 Jan 2017 11:23:20 +0100 Subject: [PATCH] Orion: update motelist string Updates the expected motelist string --- tools/zolertia/motelist-zolertia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();