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:
Dante Russo 2013-07-23 09:28:20 -07:00 committed by Gerrit - the friendly Code Review server
parent caff225a0b
commit 0d78c70622

View file

@ -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