mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
Adding htpdate, a time syncronization software based on http. Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
config BR2_PACKAGE_HTPDATE
|
|
bool "htpdate"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
The HTTP Time Protocol (HTP) is used to synchronize a
|
|
computer's time with web servers as reference time source.
|
|
|
|
https://github.com/angeloc/htpdate
|