From 2ad81d199386be89d26b46e96f820c30ad3b3a6b Mon Sep 17 00:00:00 2001 From: blogic Date: Tue, 5 Aug 2008 22:17:16 +0000 Subject: 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 --- target/linux/atheros/base-files/etc/config/system | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 target/linux/atheros/base-files/etc/config/system (limited to 'target/linux/atheros/base-files/etc/config') 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 000000000..47faa3cc5 --- /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 -- cgit v1.2.3