blob: c22b756c113fc9cc5cd5150b7bb65c6b36c7f532 [file] [log] [blame]
config BR2_PACKAGE_CHRONY
bool "chrony"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LIBCAP
help
Chrony is a pair of programs which are used to maintain the
accuracy of the system clock.
http://chrony.tuxfamily.org/
if BR2_PACKAGE_CHRONY
config BR2_PACKAGE_CHRONY_DEBUG_LOGGING
bool "enable debug logging support"
help
Enable support for debug logging output from Chrony when
enabled at runtime. If disabled, code for debug logging will
not be compiled in.
endif