diff options
author | John Klug <john.klug@multitech.com> | 2017-01-20 17:37:03 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-01-20 17:37:03 -0600 |
commit | 979946da3ed44d340c2840a454148ec51ebe79d4 (patch) | |
tree | 06f111820e1978a43cd93a32168211f34aaa90ee /recipes-support | |
parent | a209a95cebfba75eff3f65836a79b33bc10bc701 (diff) | |
download | meta-mlinux-979946da3ed44d340c2840a454148ec51ebe79d4.tar.gz meta-mlinux-979946da3ed44d340c2840a454148ec51ebe79d4.tar.bz2 meta-mlinux-979946da3ed44d340c2840a454148ec51ebe79d4.zip |
ublox 8 is 50ms faster than ublox 7
Diffstat (limited to 'recipes-support')
-rw-r--r-- | recipes-support/ntp/files/ntp.conf.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/ntp/files/ntp.conf.patch b/recipes-support/ntp/files/ntp.conf.patch index 691d039..2fd26ef 100644 --- a/recipes-support/ntp/files/ntp.conf.patch +++ b/recipes-support/ntp/files/ntp.conf.patch @@ -35,9 +35,9 @@ diff -Naur old/ntp.conf new/ntp.conf +restrict -6 ::1 + +# GPS Serial data reference (NTP0) -+# This sets the GPS 80 milliseconds slower than the PPS. ++# This sets the GPS 50 milliseconds slower than the PPS. +server 127.127.28.0 -+fudge 127.127.28.0 time1 0.080 refid GPS ++fudge 127.127.28.0 time1 0.050 refid GPS + +# GPS PPS reference (NTP2) +server 127.127.28.2 prefer |