Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
98
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit Switch - Software
Commits
f6a1a429
Commit
f6a1a429
authored
1 month ago
by
Adam Wujek
Browse files
Options
Downloads
Patches
Plain Diff
s [FEATURE:
#295
] rootfs/etc/init.d/wr_date: support multiple ntp servers
Signed-off-by:
Adam Wujek
<
dev_public@wujek.eu
>
parent
44ea54a2
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Kconfig
+7
-4
7 additions, 4 deletions
Kconfig
with
7 additions
and
4 deletions
Kconfig
+
7
−
4
View file @
f6a1a429
...
...
@@ -161,13 +161,16 @@ choice
endchoice
config NTP_SERVER
string "IP address of NTP server"
string "IP address
es
of NTP server
s
"
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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment