add proper uci/hotplug based button handling on atheros and work around boards, where...
[openwrt-10.03/.git] / target / linux / atheros / base-files / etc / config / system
diff --git a/target/linux/atheros/base-files/etc/config/system b/target/linux/atheros/base-files/etc/config/system
new file mode 100644 (file)
index 0000000..47faa3c
--- /dev/null
@@ -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