aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/base-files/etc/config/.svn
diff options
context:
space:
mode:
authorJames <>2013-03-17 12:16:37 +0000
committerJames <>2013-03-17 12:16:37 +0000
commit27b76ab0671089c47506615a796a261e993896a7 (patch)
tree61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/atheros/base-files/etc/config/.svn
downloadtrunk-36060-master.tar.gz
trunk-36060-master.tar.bz2
trunk-36060-master.zip
Diffstat (limited to 'target/linux/atheros/base-files/etc/config/.svn')
-rw-r--r--target/linux/atheros/base-files/etc/config/.svn/entries62
-rw-r--r--target/linux/atheros/base-files/etc/config/.svn/text-base/system.svn-base23
2 files changed, 85 insertions, 0 deletions
diff --git a/target/linux/atheros/base-files/etc/config/.svn/entries b/target/linux/atheros/base-files/etc/config/.svn/entries
new file mode 100644
index 0000000..d13bf9d
--- /dev/null
+++ b/target/linux/atheros/base-files/etc/config/.svn/entries
@@ -0,0 +1,62 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/atheros/base-files/etc/config
+svn://svn.openwrt.org/openwrt
+
+
+
+2011-11-10T12:16:41.178346Z
+28933
+jow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+system
+file
+
+
+
+
+2013-03-17T12:12:49.000000Z
+d89198aa4547bb2e3841f7505f9d9480
+2011-11-10T12:16:41.178346Z
+28933
+jow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+481
+
diff --git a/target/linux/atheros/base-files/etc/config/.svn/text-base/system.svn-base b/target/linux/atheros/base-files/etc/config/.svn/text-base/system.svn-base
new file mode 100644
index 0000000..1d29ad8
--- /dev/null
+++ b/target/linux/atheros/base-files/etc/config/.svn/text-base/system.svn-base
@@ -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