gpsd: add readonly option to uci
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 14 Feb 2025 12:10:06 +0000 (13:10 +0100)
committerFlorian Eckert <Eckert.Florian@googlemail.com>
Fri, 28 Feb 2025 07:13:00 +0000 (08:13 +0100)
commite377d07afd05e4d14cc13a20b5cfeb3e1831f62d
treef2f502f9b064c52d6ff85c02ecab74c503816f5a
parentc954b960c41e054f707f1f67267dc8abb7432e11
gpsd: add readonly option to uci

The 'readonly' option tells the GPSD that it is not allowed to write to the
GPS TTY, only reading the NMEA data stream is allowed. This option of the
GPSD must be set for my mobile radio device MV31, otherwise the GPSD can not
read the NMEA data stream on the GPS TTY because the GPSD blocks during
plugin probing.

gpsd:PROG: CORE: Probing "Garmin USB binary" driver...
gpsd:PROG: CORE: Probe not found "Garmin USB binary" driver...
gpsd:PROG: CORE: Probing "GeoStar" driver...
gpsd:PROG: Sent GeoStar packet id 0xc1

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
utils/gpsd/Makefile
utils/gpsd/files/gpsd.init