Rename 'atheros' target to 'ath25'
[openwrt/openwrt.git] / target / linux / ath25 / base-files / etc / config / system
1 config system
2 option hostname OpenWrt
3 option timezone UTC
4
5 config timeserver ntp
6 list server 0.openwrt.pool.ntp.org
7 list server 1.openwrt.pool.ntp.org
8 list server 2.openwrt.pool.ntp.org
9 list server 3.openwrt.pool.ntp.org
10
11 config button
12 option button reset
13 option action released
14 option handler "logger reboot"
15 option min 0
16 option max 4
17
18 config button
19 option button reset
20 option action released
21 option handler "logger factory default"
22 option min 5
23 option max 30