mirror of https://github.com/OpenIPC/firmware.git
[no ci] Datalink: minor update
parent
86ec19e67c
commit
d2f2c7ba82
|
@ -8,6 +8,10 @@ fi
|
|||
|
||||
case "$1" in
|
||||
start)
|
||||
if [ -n "$(fw_printenv -n wlandev)" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ ! -f /etc/system.ok ]; then
|
||||
tweaksys "$chip"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue