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
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
|
if [ -n "$(fw_printenv -n wlandev)" ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! -f /etc/system.ok ]; then
|
if [ ! -f /etc/system.ok ]; then
|
||||||
tweaksys "$chip"
|
tweaksys "$chip"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue