summaryrefslogtreecommitdiff
path: root/target/linux/atheros/base-files/etc/config/system
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-08-05 22:17:16 +0000
committerJohn Crispin <john@openwrt.org>2008-08-05 22:17:16 +0000
commit5e5cc5a7c80c86b8780902b437354f5dcdb1be54 (patch)
treef5c457fac5df7fd4787be8a9e64d98b7846e8ac8 /target/linux/atheros/base-files/etc/config/system
parentaf76ae2cb5e8df14d6f0056472f72fc93c77f704 (diff)
downloadmtk-20170518-5e5cc5a7c80c86b8780902b437354f5dcdb1be54.zip
mtk-20170518-5e5cc5a7c80c86b8780902b437354f5dcdb1be54.tar.gz
mtk-20170518-5e5cc5a7c80c86b8780902b437354f5dcdb1be54.tar.bz2
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
Diffstat (limited to 'target/linux/atheros/base-files/etc/config/system')
-rw-r--r--target/linux/atheros/base-files/etc/config/system17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/atheros/base-files/etc/config/system b/target/linux/atheros/base-files/etc/config/system
new file mode 100644
index 0000000..47faa3c
--- /dev/null
+++ b/target/linux/atheros/base-files/etc/config/system
@@ -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