buildroot/package/chrony/Config.in
Robert Hancock 4cef093f66 package/chrony: add option for debug logging
Add a BR2_PACKAGE_CHRONY_DEBUG_LOGGING config option to allow enabling
compiled-in support for debug logging in Chrony.

Signed-off-by: Robert Hancock <hancock@sedsystems.ca>
[Arnout: don't enable by default]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-10-27 21:51:02 +01:00

17 lines
471 B
Plaintext

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