]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/linuxptp/linuxptp.cfg
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / linuxptp / linuxptp.cfg
1 # LinuxPTP configuration file for synchronizing the system clock to
2 # a remote PTP master in slave-only mode.
3 #
4 # By default synchronize time in slave-only mode using UDP and hardware time
5 # stamps on eth0. If the difference to master is >1.0 second correct by
6 # stepping the clock instead of adjusting the frequency.
7 #
8 # If you change the configuration don't forget to update the phc2sys
9 # parameters accordingly in linuxptp-system-clock.service (systemd)
10 # or the linuxptp SysV init script.
11
12 [global]
13 slaveOnly               1
14 delay_mechanism         Auto
15 network_transport       UDPv4
16 time_stamping           hardware
17 step_threshold          1.0
18
19 [eth0]