add proper uci/hotplug based button handling on atheros and work around boards, where...
[openwrt/staging/yousong.git] / target / linux / atheros / base-files / etc / config / system
1 config system
2 option hostname OpenWrt
3 option timezone UTC
4
5 config button
6 option button reset
7 option action released
8 option handler "logger reboot"
9 option min 0
10 option max 4
11
12 config button
13 option button reset
14 option action released
15 option handler "logger factory default"
16 option min 5
17 option max 30