mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-25 20:14:40 +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
|
LOCAL_DUT=$DUT
|
||||||
else
|
else
|
||||||
LOCAL_EXEC="ssh `echo $DUT | sed 's/^net://;s/,.*$//'`"
|
LOCAL_EXEC="ssh `echo $DUT | sed 's/^net://;s/,.*$//'`"
|
||||||
LOCAL_DUT=default
|
LOCAL_DUT=`atrf-id -d $DUT -s -s`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user