mirror of https://github.com/aredn/aredn.git
22 lines
530 B
Plaintext
22 lines
530 B
Plaintext
config 'system'
|
|
option 'hostname' 'NOCALL'
|
|
option 'timezone' 'UTC'
|
|
|
|
config 'timeserver' 'ntp'
|
|
list 'server' 'us.pool.ntp.org'
|
|
option enable_server 0
|
|
|
|
config button
|
|
option button 'reset'
|
|
option action 'released'
|
|
option handler '/usr/local/bin/bbhnrecoverymode'
|
|
option min '3'
|
|
option max '7'
|
|
|
|
config button
|
|
option button 'reset'
|
|
option action 'released'
|
|
option handler 'firstboot && reboot'
|
|
option min '12'
|
|
option max '20'
|