[Buildroot] [PATCH 1/1] package/linuxptp: update default config

Florian Larysch fl at n621.de
Sun Sep 28 14:50:42 UTC 2025


Since upstream commit fe01cc7 ("Deprecate the slaveOnly option in favor
of clientOnly."), included in v4.0, ptp4l complains about the
"slaveOnly" option being deprecated on startup.

Update the default config to silence this warning.

Signed-off-by: Florian Larysch <fl at n621.de>
---
 package/linuxptp/linuxptp.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linuxptp/linuxptp.cfg b/package/linuxptp/linuxptp.cfg
index f9d02e8d97..09a905ed9e 100644
--- a/package/linuxptp/linuxptp.cfg
+++ b/package/linuxptp/linuxptp.cfg
@@ -10,7 +10,7 @@
 # or the linuxptp SysV init script.
 
 [global]
-slaveOnly		1
+clientOnly		1
 delay_mechanism		Auto
 network_transport	UDPv4
 time_stamping		hardware
-- 
2.51.0



More information about the buildroot mailing list