xref: /OK3568_Linux_fs/buildroot/package/openntpd/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_OPENNTPD
2*4882a593Smuzhiyun	bool "openntpd"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
4*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork ()
5*4882a593Smuzhiyun	depends on !BR2_PACKAGE_NTP # conflicting binaries
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  OpenNTPD is an easy to use implementation of the Network Time
8*4882a593Smuzhiyun	  Protocol. It provides the ability to sync the local clock
9*4882a593Smuzhiyun	  to remote NTP servers and can act as NTP server itself,
10*4882a593Smuzhiyun	  redistributing the local clock. It just works.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  Crypto support is available if the LibreSSL library is
13*4882a593Smuzhiyun	  enabled.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  http://www.openntpd.org/
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "openntpd needs a toolchain w/ NPTL"
18*4882a593Smuzhiyun	depends on BR2_USE_MMU
19*4882a593Smuzhiyun	depends on !BR2_PACKAGE_NTP
20*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
21