From fd8531f00c0b4113198bd4f3785746deaef0f6ab Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 20:16:36 +0000 Subject: [PATCH 1/2] Initial plan From 3fa871626bf9f8956e1d4da37c226ec22e497abb 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 2/2] 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