commit: 74a70dfd0bf7272858c9bb0af834691b6f331576 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Thu Oct 3 05:12:25 2019 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Fri Oct 4 18:59:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a70dfd
profiles: add GPSD_PROTOCOLS greis Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> profiles/base/make.defaults | 2 +- profiles/desc/gpsd_protocols.desc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 2eeffdf3ff5..b4b872168f1 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -80,7 +80,7 @@ COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" # Tomáš Chvátal <[email protected]> (2010-10-26) # By default enable all protocols for average GPS user -GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" +GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" # Benedikt Böhm <[email protected]> (2007-11-27) # Sane defaults for built-in apache modules diff --git a/profiles/desc/gpsd_protocols.desc b/profiles/desc/gpsd_protocols.desc index d85396bb827..30e805418af 100644 --- a/profiles/desc/gpsd_protocols.desc +++ b/profiles/desc/gpsd_protocols.desc @@ -14,6 +14,7 @@ garmin - Garmin protocol support garmintxt - Garmin Simple Text protocol support geostar - Geostar Protocol support gpsclock - GPSclock protocol support +greis - Javad GREIS protocol support isync - Isync protocol support itrax - iTrax protocol support mtk3301 - MTK-3301 protocol support
