Config.in 658 B

1234567891011121314151617181920
  1. config 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. Crypto support is available if the LibreSSL library is
  12. enabled.
  13. 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