29 lines
643 B
Plaintext
29 lines
643 B
Plaintext
|
config BR2_PACKAGE_NTPSEC
|
|||
|
bool "ntpsec"
|
|||
|
select BR2_PACKAGE_LIBCAP
|
|||
|
select BR2_PACKAGE_OPENSSL
|
|||
|
select BR2_PACKAGE_PYTHON3
|
|||
|
help
|
|||
|
NTPsec project - a secure, hardened, and improved
|
|||
|
implementation of Network Time Protocol derived
|
|||
|
from NTP Classic, Dave Mills’s original.
|
|||
|
|
|||
|
Provides things like ntpd, ntpdate, ntpq, etc...
|
|||
|
|
|||
|
https://www.ntpsec.org/
|
|||
|
|
|||
|
if BR2_PACKAGE_NTPSEC
|
|||
|
|
|||
|
config BR2_PACKAGE_NTPSEC_CLASSIC_MODE
|
|||
|
bool "classic-mode"
|
|||
|
help
|
|||
|
Enable strict configuration and log-format compatibility
|
|||
|
with NTP Classic.
|
|||
|
|
|||
|
config BR2_PACKAGE_NTPSEC_NTS
|
|||
|
bool "NTS support"
|
|||
|
help
|
|||
|
Enable Network Time Security (NTS) support.
|
|||
|
|
|||
|
endif
|