1config 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 Crypto support is available if the LibreSSL library is 13 enabled. 14 15 http://www.openntpd.org/ 16 17comment "openntpd needs a toolchain w/ NPTL" 18 depends on BR2_USE_MMU 19 depends on !BR2_PACKAGE_NTP 20 depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL 21