summaryrefslogtreecommitdiffstats
path: root/rules/gpsd.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2020-01-25 17:19:08 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-01-30 21:27:48 +0100
commit9a827af684dae9684e444722eb6af4dbc8950e4f (patch)
tree1f20f4f5d42c84f839a34d32e8f1707b56cd752e /rules/gpsd.in
parent552dae8bcbf9e7baa8a6cb8d9f24ac4510720f6f (diff)
downloadptxdist-9a827af684dae9684e444722eb6af4dbc8950e4f.tar.gz
ptxdist-9a827af684dae9684e444722eb6af4dbc8950e4f.tar.xz
gpsd: Optionally install systemd unit files
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gpsd.in')
-rw-r--r--rules/gpsd.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/gpsd.in b/rules/gpsd.in
index 660088969..57731d040 100644
--- a/rules/gpsd.in
+++ b/rules/gpsd.in
@@ -278,6 +278,17 @@ menu "install options"
queries with a format that is substantially easier to
parse than the NMEA 0183 emitted by most GPS receivers.
+ config GPSD_SYSTEMD_UNIT
+ bool
+ default y
+ depends on INITMETHOD_SYSTEMD && GPSD_GPSD
+ prompt "systemd unit files for gpsd"
+
+ config GPSD_GPSD_ARGS
+ string
+ depends on GPSD_SYSTEMD_UNIT
+ prompt "gpsd arguments"
+
config GPSD_GPS2UDP
bool
prompt "gps2udp"