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:
17
target/linux/atheros/base-files/etc/config/system
Normal file
17
target/linux/atheros/base-files/etc/config/system
Normal 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
|
||||
Reference in New Issue
Block a user