1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-01 03:58:55 +03:00

prod/Common: get real driver spec with atrf-id instead of assuming "default"

This commit is contained in:
Werner Almesberger 2011-04-20 09:00:28 -03:00
parent 2961482cac
commit fc26eb0549

View File

@ -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