Config.in 471 B

12345678910111213141516
  1. config BR2_PACKAGE_CHRONY
  2. bool "chrony"
  3. depends on BR2_USE_MMU # fork()
  4. help
  5. Chrony is a pair of programs which are used to maintain the
  6. accuracy of the system clock.
  7. http://chrony.tuxfamily.org/
  8. config BR2_PACKAGE_CHRONY_DEBUG_LOGGING
  9. bool "enable debug logging support"
  10. depends on BR2_PACKAGE_CHRONY
  11. help
  12. Enable support for debug logging output from Chrony when
  13. enabled at runtime. If disabled, code for debug logging will
  14. not be compiled in.