Skip to content
Snippets Groups Projects
Commit f6a1a429 authored by Adam Wujek's avatar Adam Wujek
Browse files

s [FEATURE: #295] rootfs/etc/init.d/wr_date: support multiple ntp servers


Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent 44ea54a2
Branches
No related merge requests found
......@@ -161,13 +161,16 @@ choice
endchoice
config NTP_SERVER
string "IP address of NTP server"
string "IP addresses of NTP servers"
depends on TOD_SOURCE_NTP
help
At boot time, the White Rabbit time can be primed by querying
an NTP server, if CONFIG_TOD_SOURCE_NTP is set.
Please write here the IPV4 address (e.g.: "192.168.16.1");
an empty string disables NTP-based priming.
NTP servers, if CONFIG_TOD_SOURCE_NTP is set.
Please write here the IPV4 address (e.g.: "192.168.16.1") or
the server name to be resolved by an used DNS server.
Multiple servers can be defined, please separate them by comma,
semicolon or space.
An empty string disables NTP-based priming.
choice
prompt "NMEA Baud Rate"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment