hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.