diff options
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 |