commit: 271b4baee4e6fe4adb663f6ee7ee6d833d6d27d9 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Tue Jan 24 05:27:38 2017 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Tue Jan 24 05:29:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271b4bae
profiles: Augment GPSD_PROTOCOLS use expand and add descriptions Add two additional protocols: isync skytraq profiles/base/make.defaults | 2 +- profiles/desc/gpsd_protocols.desc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 5840ebe..b6e3b13 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -62,7 +62,7 @@ COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" # Tomáš Chvátal <[email protected]> (26 Oct 2010) # By default enable all protocols for average GPS user -GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" +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" # Benedikt Böhm <[email protected]> (27 Nov 2007) # Sane defaults for built-in apache modules diff --git a/profiles/desc/gpsd_protocols.desc b/profiles/desc/gpsd_protocols.desc index 735bc3c..9eeffb0 100644 --- a/profiles/desc/gpsd_protocols.desc +++ b/profiles/desc/gpsd_protocols.desc @@ -15,6 +15,7 @@ garmin - Garmin protocol support garmintxt - Garmin Simple Text protocol support geostar - Geostar Protocol support gpsclock - GPSclock protocol support +isync - Isync protocol support itrax - iTrax protocol support mtk3301 - MTK-3301 protocol support navcom - Navcom protocol support @@ -28,6 +29,7 @@ passthrough - Pass through JSON data rtcm104v2 - RTCM104V2 protocol support rtcm104v3 - RTCM104V3 protocol support sirf - SiRF protocol support +skytraq - Skytraq protocol support superstar2 - SuperStarII protocol support tnt - True North protocol support tripmate - Tripmate protocol support
