mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:23:43 +02:00
prod/Common: get real driver spec with atrf-id instead of assuming "default"
This commit is contained in:
parent
2961482cac
commit
fc26eb0549
@ -23,7 +23,7 @@ if [ ${DUT#net:} = $DUT ]; then
|
||||
LOCAL_DUT=$DUT
|
||||
else
|
||||
LOCAL_EXEC="ssh `echo $DUT | sed 's/^net://;s/,.*$//'`"
|
||||
LOCAL_DUT=default
|
||||
LOCAL_DUT=`atrf-id -d $DUT -s -s`
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user