iptables: bump to version 1.6.1
[buildroot-gz.git] / package / ntp / Config.in
blob8ce9a5b0bb4ea823f94dca096468f11452e737fa
1 config BR2_PACKAGE_NTP
2         bool "ntp"
3         select BR2_PACKAGE_LIBEVENT
4         help
5           Network Time Protocol suite/programs.
6           Provides things like ntpd, ntpdate, ntpq, etc...
8           http://www.ntp.org/
10 if BR2_PACKAGE_NTP
12 config BR2_PACKAGE_NTP_SNTP
13         bool "sntp"
14         help
15           Simple network time protocol program
17 config BR2_PACKAGE_NTP_NTP_KEYGEN
18         bool "ntp-keygen"
19         help
20           Create a NTP host key
22 config BR2_PACKAGE_NTP_NTP_SHM_CLK
23         bool "SHM clock support"
24         help
25           Compile ntp with support for a SHM clock attached through
26           shared memory.
28 config BR2_PACKAGE_NTP_NTP_WAIT
29         bool "ntp-wait"
30         depends on BR2_PACKAGE_PERL
31         help
32           ntp-wait waits until the locally running ntpd is in state 4
33           (synchronized). This could be useful at boot time, to delay the
34           boot sequence until after "ntpd -g" has set the time.
36 config BR2_PACKAGE_NTP_NTPD
37         bool "ntpd"
38         default y
39         help
40           ntpd is the time synchronization daemon keeping your local
41           system date and time in sync and optionally serving time and date
42           information on the network via the NTP protocol.
44 config BR2_PACKAGE_NTP_NTPD_ATOM_PPS
45         bool "PPS support"
46         depends on BR2_PACKAGE_NTP_NTPD
47         select BR2_PACKAGE_PPS_TOOLS
48         help
49           Compile ntpd with the ability to use an ATOM PPS source.
51 config BR2_PACKAGE_NTP_NTPDATE
52         bool "ntpdate"
53         help
54           The ntpdate utility program is used to set the local date and time
55           from an NTP server given as an argument.
57 config BR2_PACKAGE_NTP_NTPDC
58         bool "ntpdc"
59         help
60           The ntpdc utility program is used to query an NTP daemon about
61           its current state and to request changes in that state.
63 config BR2_PACKAGE_NTP_NTPQ
64         bool "ntpq"
65         help
66           The ntpq utility program is used to query NTP servers requesting
67           information about current state and/or changes in that state.
69 config BR2_PACKAGE_NTP_NTPSNMPD
70         bool "ntpsnmpd"
71         depends on BR2_USE_MMU # netsnmp fork()
72         select BR2_PACKAGE_NETSNMP
73         help
74           Install ntpsnmpd NTP SNMP MIB agent.
76 config BR2_PACKAGE_NTP_NTPTIME
77         bool "ntptime"
78         help
79           The ntptime utility program is used to read and set kernel time
80           variables.
82 config BR2_PACKAGE_NTP_NTPTRACE
83         bool "ntptrace"
84         depends on BR2_PACKAGE_PERL
85         help
86           ntptrace is a perl script that uses the ntpq utility program to
87           follow the chain of NTP servers from a given host back to the
88           primary time source
90 config BR2_PACKAGE_NTP_TICKADJ
91         bool "tickadj"
92         help
93           set time-related kernel variables
95 endif