The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ntp / Config.in
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...
7
8           http://www.ntp.org/
9
10 if BR2_PACKAGE_NTP
11
12 config BR2_PACKAGE_NTP_SNTP
13         bool "sntp"
14         help
15           Simple network time protocol program
16
17 config BR2_PACKAGE_NTP_NTP_KEYGEN
18         bool "ntp-keygen"
19         help
20           Create a NTP host key
21
22 config BR2_PACKAGE_NTP_NTP_WAIT
23         bool "ntp-wait"
24         depends on BR2_PACKAGE_PERL
25         help
26           ntp-wait waits until the locally running ntpd is in state 4
27           (synchronized). This could be useful at boot time, to delay the
28           boot sequence until after "ntpd -g" has set the time.
29
30 config BR2_PACKAGE_NTP_NTPD
31         bool "ntpd"
32         default y
33         help
34           ntpd is the time synchronization daemon keeping your local
35           system date and time in sync and optionally serving time and date
36           information on the network via the NTP protocol.
37
38 config BR2_PACKAGE_NTP_NTPD_ATOM_PPS
39         bool "PPS support"
40         depends on BR2_PACKAGE_NTP_NTPD
41         select BR2_PACKAGE_PPS_TOOLS
42         help
43           Compile ntpd with the ability to use an ATOM PPS source.
44
45 config BR2_PACKAGE_NTP_NTPDATE
46         bool "ntpdate"
47         help
48           The ntpdate utility program is used to set the local date and time
49           from an NTP server given as an argument.
50
51 config BR2_PACKAGE_NTP_NTPDC
52         bool "ntpdc"
53         help
54           The ntpdc utility program is used to query an NTP daemon about
55           its current state and to request changes in that state.
56
57 config BR2_PACKAGE_NTP_NTPQ
58         bool "ntpq"
59         help
60           The ntpq utility program is used to query NTP servers requesting
61           information about current state and/or changes in that state.
62
63 config BR2_PACKAGE_NTP_NTPSNMPD
64         bool "ntpsnmpd"
65         depends on BR2_USE_MMU # netsnmp fork()
66         select BR2_PACKAGE_NETSNMP
67         help
68           Install ntpsnmpd NTP SNMP MIB agent.
69
70 config BR2_PACKAGE_NTP_NTPTRACE
71         bool "ntptrace"
72         depends on BR2_PACKAGE_PERL
73         help
74           ntptrace is a perl script that uses the ntpq utility program to
75           follow the chain of NTP servers from a given host back to the
76           primary time source
77
78 config BR2_PACKAGE_NTP_TICKADJ
79         bool "tickadj"
80         help
81           set time-related kernel variables
82
83 endif