1433b0979a6347be25765672908af0935be15f96
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / openntpd / Config.in
1 config BR2_PACKAGE_OPENNTPD
2         bool "openntpd"
3         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
4         depends on BR2_USE_MMU # fork ()
5         depends on !BR2_PACKAGE_NTP # conflicting binaries
6         help
7           OpenNTPD is an easy to use implementation of the Network Time
8           Protocol. It provides the ability to sync the local clock
9           to remote NTP servers and can act as NTP server itself,
10           redistributing the local clock. It just works.
11
12           http://www.openntpd.org/
13
14 comment "openntpd needs a toolchain w/ NPTL"
15         depends on BR2_USE_MMU
16         depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL