diff options
Diffstat (limited to 'recipes-support/ntp/files/ntp.conf.patch')
-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 2fd26ef..dbb7fb8 100644 --- a/recipes-support/ntp/files/ntp.conf.patch +++ b/recipes-support/ntp/files/ntp.conf.patch @@ -36,11 +36,11 @@ diff -Naur old/ntp.conf new/ntp.conf + +# GPS Serial data reference (NTP0) +# This sets the GPS 50 milliseconds slower than the PPS. -+server 127.127.28.0 ++server 127.127.28.0 true +fudge 127.127.28.0 time1 0.050 refid GPS + +# GPS PPS reference (NTP2) -+server 127.127.28.2 prefer ++server 127.127.28.2 prefer true +fudge 127.127.28.2 time1 0.000 refid PPS + # Using local hardware clock as fallback |