2005-05-16 17:36:46 +00:00
|
|
|
config BR2_PACKAGE_OPENNTPD
|
2011-10-16 00:04:28 -03:00
|
|
|
bool "openntpd"
|
2015-01-11 08:10:02 -03:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
2014-06-11 08:33:15 -03:00
|
|
|
depends on BR2_USE_MMU # fork ()
|
|
|
|
|
depends on !BR2_PACKAGE_NTP # conflicting binaries
|
2007-07-28 23:02:26 +00: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-08 20:06:37 -03:00
|
|
|
|
2015-04-19 09:40:00 -03:00
|
|
|
comment "openntpd needs a toolchain w/ NPTL"
|
2015-01-08 20:06:37 -03:00
|
|
|
depends on BR2_USE_MMU
|
2015-04-19 09:40:00 -03:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|