diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-02-03 17:45:57 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-04 19:57:12 +0100 |
commit | 14a971ab6c47324dd1422b1787c393702b2d475c (patch) | |
tree | b59abc4d45294d775f445538d5f86a9196783f6c /package/ntp/Config.in | |
parent | 3fa18d27d3f4254f467333a903dcb5f7fcd53b24 (diff) |
ntp: add ntpdate option
Closes #2935
Add ntpdate option and make ntpd optional.
Based on incomplete patch by Frederik Pasch <fpasch@googlemail.com>
Also enable crypto when openssl is enabled.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ntp/Config.in')
-rw-r--r-- | package/ntp/Config.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/ntp/Config.in b/package/ntp/Config.in index afbf0d595..1b2ab4b33 100644 --- a/package/ntp/Config.in +++ b/package/ntp/Config.in @@ -27,6 +27,22 @@ config BR2_PACKAGE_NTP_NTP_WAIT (synchronized). This could be useful at boot time, to delay the boot sequence until after "ntpd -g" has set the time. +config BR2_PACKAGE_NTP_NTPD + bool "ntpd" + depends on BR2_PACKAGE_NTP + default y + help + ntpd is the time synchronization daemon keeping your local + system date and time in sync and optionally serving time and date + information on the network via the NTP protocol. + +config BR2_PACKAGE_NTP_NTPDATE + bool "ntpdate" + depends on BR2_PACKAGE_NTP + help + The ntpdate utility program is used to set the local date and time + from an NTP server given as an argument. + config BR2_PACKAGE_NTP_NTPDC bool "ntpdc" depends on BR2_PACKAGE_NTP |