dragonboard: fix ethernet test fail

Signed-off-by: August <mingxin.android@gmail.com>
This commit is contained in:
August 2018-07-28 18:51:46 +08:00
parent 555ca787b7
commit eaac9421b7

View file

@ -15,8 +15,8 @@ if ifconfig -a | grep eth0; then
exit 1
fi
/etc/init.d/auto_config_network &
sleep 10
/etc/init.d/auto_config_network
#sleep 10
ping_address=$(ping -c 4 www.baidu.com);