summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/gpsd.in8
-rw-r--r--rules/gpsd.make4
2 files changed, 10 insertions, 2 deletions
diff --git a/rules/gpsd.in b/rules/gpsd.in
index fb8e45d7e..ba82ce6c2 100644
--- a/rules/gpsd.in
+++ b/rules/gpsd.in
@@ -211,6 +211,14 @@ menu "install options"
select NCURSES
help
FIXME
+
+ config GPSD_GPSDECODE
+ bool
+ depends on GPSD_DRIVER_RTCM104V2
+ prompt "gpsdecode"
+ help
+ FIXME
+
endmenu
endif
diff --git a/rules/gpsd.make b/rules/gpsd.make
index e525bc759..4e0cb71a3 100644
--- a/rules/gpsd.make
+++ b/rules/gpsd.make
@@ -275,8 +275,8 @@ endif
ifdef PTXCONF_GPSD_GPSMON
@$(call install_copy, gpsd, 0, 0, 0755, $(GPSD_DIR)/gpsmon, /usr/bin/gpsmon)
endif
-ifdef PTXCONF_GPSD_DRIVER_RTCM104
- @$(call install_copy, gpsd, 0, 0, 0755, $(GPSD_DIR)/rtcmdecode, /usr/bin/rtcmdecode)
+ifdef PTXCONF_GPSD_GPSDECODE
+ @$(call install_copy, gpsd, 0, 0, 0755, $(GPSD_DIR)/gpsdecode, /usr/bin/gpsdecode)
endif
@$(call install_finish, gpsd)