Rename 'atheros' target to 'ath25'
[openwrt/svn-archive/archive.git] / target / linux / ath25 / base-files / etc / config / system
diff --git a/target/linux/ath25/base-files/etc/config/system b/target/linux/ath25/base-files/etc/config/system
new file mode 100644 (file)
index 0000000..1d29ad8
--- /dev/null
@@ -0,0 +1,23 @@
+config system
+       option hostname OpenWrt
+       option timezone UTC
+
+config timeserver ntp
+       list server     0.openwrt.pool.ntp.org
+       list server     1.openwrt.pool.ntp.org
+       list server     2.openwrt.pool.ntp.org
+       list server     3.openwrt.pool.ntp.org
+
+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