aredn/files/etc/config/system

27 lines
794 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 -y && reboot'
option min '12'
option max '20'
config map
option leafletjs 'http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js'
option leafletcss 'http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css'
option maptiles 'http://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}.jpg'