mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
add proper uci/hotplug based button handling on atheros and work around boards, where the gpio release irq does not fire correctly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12179 3c298f89-4303-0410-b956-a3cf2f4a3e73
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