Disable xtra url query off by default
In some targets, the xtra url query can cause modem to crash on bootup. Change-Id: Ib224b382892257737598b1cc40f78ddcd4b90fd2
This commit is contained in:
parent
caff225a0b
commit
0d78c70622
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# If XTRA_SERVER_QUERY is on, the XTRA_SERVERs listed
|
# If XTRA_SERVER_QUERY is on, the XTRA_SERVERs listed
|
||||||
# below will be ignored, and instead the servers will
|
# below will be ignored, and instead the servers will
|
||||||
# be queried from the modem.
|
# be queried from the modem.
|
||||||
XTRA_SERVER_QUERY=1
|
XTRA_SERVER_QUERY=0
|
||||||
# XTRA_SERVERs below are used only if XTRA_SERVER_QUERY
|
# XTRA_SERVERs below are used only if XTRA_SERVER_QUERY
|
||||||
# is off.
|
# is off.
|
||||||
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
|
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
|
||||||
|
|
Loading…
Reference in a new issue