From 787d7b244ab36db28535baf9abdf8ad11f979fe8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 20:19:20 +0000 Subject: [PATCH] Fix NTP client stratum selection by setting stratumweight to 0.0 Co-authored-by: troglobit <183517+troglobit@users.noreply.github.com> --- board/common/rootfs/etc/chrony/chrony.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/board/common/rootfs/etc/chrony/chrony.conf b/board/common/rootfs/etc/chrony/chrony.conf index 9db97f64c..9681c7f46 100644 --- a/board/common/rootfs/etc/chrony/chrony.conf +++ b/board/common/rootfs/etc/chrony/chrony.conf @@ -25,3 +25,8 @@ rtcsync # Step the system clock instead of slewing it if the adjustment is # larger than one second, but only in the first three clock updates. makestep 1 3 + +# Prioritize stratum over distance in source selection. +# Default is 0.001, which means stratum only matters when distances differ +# by >1ms. Setting to 0.0 ensures lower stratum sources are always preferred. +stratumweight 0.0