mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
connman: wait longer until network comes up
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
66d7880de2
commit
5f1d7d95d6
@ -50,7 +50,7 @@ fi
|
||||
|
||||
# NETWORK: ( LAN / WLAN )
|
||||
|
||||
for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19; do
|
||||
for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30; do
|
||||
if [ ! -f /sys/class/net/$NET_IFACE/address ]; then
|
||||
logger -t Connman "### [$i] cannot find /sys/class/net/$NET_IFACE/address ###"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user