2
0
forked from Ivasoft/openwrt

add proper uci/hotplug based button handling on atheros and work around boards, where the gpio release irq does not fire correctly

SVN-Revision: 12179
This commit is contained in:
John Crispin
2008-08-05 22:17:16 +00:00
parent af76ae2cb5
commit 5e5cc5a7c8
3 changed files with 86 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
config system
option hostname OpenWrt
option timezone UTC
config button
option button reset
option action released
option handler "logger reboot"
option min 0
option max 4
config button
option button reset
option action released
option handler "logger factory default"
option min 5
option max 30