diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-10-02 22:12:25 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-10-04 11:59:31 -0700 |
commit | 74a70dfd0bf7272858c9bb0af834691b6f331576 (patch) | |
tree | 1f3807208a0504aff1cda653fde56f2f2bbfd0ab | |
parent | net-misc/bwwhois: move from perl-app to perl-module.eclass (diff) | |
download | gentoo-74a70dfd0bf7272858c9bb0af834691b6f331576.tar.gz gentoo-74a70dfd0bf7272858c9bb0af834691b6f331576.tar.bz2 gentoo-74a70dfd0bf7272858c9bb0af834691b6f331576.zip |
profiles: add GPSD_PROTOCOLS greis
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | profiles/base/make.defaults | 2 | ||||
-rw-r--r-- | profiles/desc/gpsd_protocols.desc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 2eeffdf3ff59..b4b872168f11 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 <scarabeus@gentoo.org> (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 <hollow@gentoo.org> (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 d85396bb827c..30e805418afe 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 |