2005-05-16 19:36:46 +02:00
|
|
|
config BR2_PACKAGE_OPENNTPD
|
2011-10-16 05:04:28 +02:00
|
|
|
bool "openntpd"
|
2015-01-09 00:06:37 +01:00
|
|
|
depends on BR2_INET_IPV6
|
2015-01-11 12:10:02 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
2014-06-11 13:33:15 +02:00
|
|
|
depends on BR2_USE_MMU # fork ()
|
|
|
|
depends on !BR2_PACKAGE_NTP # conflicting binaries
|
2007-07-29 01:02:26 +02:00
|
|
|
help
|
2011-10-17 23:27:15 +02:00
|
|
|
OpenNTPD is an easy to use implementation of the Network Time
|
|
|
|
Protocol. It provides the ability to sync the local clock
|
|
|
|
to remote NTP servers and can act as NTP server itself,
|
|
|
|
redistributing the local clock. It just works.
|
|
|
|
|
|
|
|
http://www.openntpd.org/
|
2015-01-09 00:06:37 +01:00
|
|
|
|
2015-01-11 12:10:02 +01:00
|
|
|
comment "openntpd needs a toolchain w/ NPTL, IPv6"
|
2015-01-09 00:06:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-01-11 12:10:02 +01:00
|
|
|
depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|