15 lines
334 B
Plaintext
15 lines
334 B
Plaintext
|
|
menu "SNTP Configuration"
|
||
|
|
|
||
|
|
config SNTP_TIMEZONE
|
||
|
|
string "SNTP timezone"
|
||
|
|
default "UTC"
|
||
|
|
help
|
||
|
|
Timezone used for the SNTP configuration.
|
||
|
|
|
||
|
|
config SNTP_SERVER
|
||
|
|
string "SNTP server"
|
||
|
|
default "pool.ntp.org"
|
||
|
|
help
|
||
|
|
SNTP server to use to synchronize time from.
|
||
|
|
endmenu
|