mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
busybox: add ntp patch for 1.20.2
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
bc0b96255b
commit
e7ac4d3987
11
package/busybox/busybox-1.20.2/busybox-1.20.2-ntpd.patch
Normal file
11
package/busybox/busybox-1.20.2/busybox-1.20.2-ntpd.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- busybox-1.20.2/networking/ntpd.c
|
||||||
|
+++ busybox-1.20.2-ntpd/networking/ntpd.c
|
||||||
|
@@ -1840,7 +1840,7 @@ recv_and_process_client_pkt(void /*int f
|
||||||
|
|
||||||
|
/* Build a reply packet */
|
||||||
|
memset(&msg, 0, sizeof(msg));
|
||||||
|
- msg.m_status = G.stratum < MAXSTRAT ? G.ntp_status : LI_ALARM;
|
||||||
|
+ msg.m_status = G.stratum < MAXSTRAT ? (G.ntp_status & LI_MASK) : LI_ALARM;
|
||||||
|
msg.m_status |= (query_status & VERSION_MASK);
|
||||||
|
msg.m_status |= ((query_status & MODE_MASK) == MODE_CLIENT) ?
|
||||||
|
MODE_SERVER : MODE_SYM_PAS;
|
Loading…
x
Reference in New Issue
Block a user