patches: carry forward busybox NTP priority fix (0041)

Prevents using pool NTP servers if DHCP-provided NTP servers are available.

Renumbered from patches/0079.

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2025-10-19 00:00:00 +02:00
parent 4c71fe5aee
commit ba1763b01b

View File

@@ -1,7 +1,9 @@
From 67e6c655dd421afe06681ba43bfacfb6e7deb685 Mon Sep 17 00:00:00 2001
From e56ec39e66f70c1da4425dde15247c7e9daffd57 Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Tue, 12 Nov 2024 10:41:14 +0100
Subject: [PATCH] busybox: do not use pool servers if DHCP provided NTP
Subject: [PATCH 41/55] busybox: do not use pool servers if DHCP provided NTP
Disables default NTP pool servers when DHCP provides NTP server addresses, avoiding redundant time sources and reducing network traffic.
Signed-off-by: John Crispin <john@phrozen.org>
---