Skip to content

Commit 15665c0

Browse files
committed
allow using 3 different NTP servers and NTP over DHCP
1 parent c32f580 commit 15665c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/defconfig.common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ CONFIG_LWIP_IPV6_RDNSS_MAX_DNS_SERVERS=2
9393
CONFIG_LWIP_MAX_SOCKETS=16
9494
CONFIG_LWIP_DHCP_RESTORE_LAST_IP=n
9595
CONFIG_LWIP_DHCP_OPTIONS_LEN=128
96-
CONFIG_LWIP_SNTP_MAX_SERVERS=1
97-
# CONFIG_LWIP_DHCP_GET_NTP_SRV is not set
96+
CONFIG_LWIP_SNTP_MAX_SERVERS=3
97+
CONFIG_LWIP_DHCP_GET_NTP_SRV=y
9898
CONFIG_LWIP_SNTP_UPDATE_DELAY=10800000
9999
CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=48
100100
CONFIG_LWIP_TCP_RECVMBOX_SIZE=16

0 commit comments

Comments
 (0)