1 config BR2_PACKAGE_OPENNTPD
3 depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
4 depends on BR2_USE_MMU # fork ()
5 depends on !BR2_PACKAGE_NTP # conflicting binaries
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.
12 http://www.openntpd.org/
14 comment "openntpd needs a toolchain w/ NPTL"
15 depends on BR2_USE_MMU
16 depends on !BR2_PACKAGE_NTP
17 depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL