aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/9260/base-files/etc/config/.svn
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/at91/9260/base-files/etc/config/.svn')
-rw-r--r--target/linux/at91/9260/base-files/etc/config/.svn/entries96
-rw-r--r--target/linux/at91/9260/base-files/etc/config/.svn/text-base/network.svn-base20
-rw-r--r--target/linux/at91/9260/base-files/etc/config/.svn/text-base/system.svn-base9
3 files changed, 125 insertions, 0 deletions
diff --git a/target/linux/at91/9260/base-files/etc/config/.svn/entries b/target/linux/at91/9260/base-files/etc/config/.svn/entries
new file mode 100644
index 0000000..f5a2df8
--- /dev/null
+++ b/target/linux/at91/9260/base-files/etc/config/.svn/entries
@@ -0,0 +1,96 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/at91/9260/base-files/etc/config
+svn://svn.openwrt.org/openwrt
+
+
+
+2012-04-20T13:33:01.030234Z
+31372
+claudio
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+system
+file
+
+
+
+
+2013-03-17T12:13:04.000000Z
+1e88e3747275d4b9137a8f9f2253e186
+2012-04-20T13:33:01.030234Z
+31372
+claudio
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+239
+
+network
+file
+
+
+
+
+2013-03-17T12:13:04.000000Z
+1877b44968c2c366765d2a233e2268b7
+2012-04-20T13:33:01.030234Z
+31372
+claudio
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+424
+
diff --git a/target/linux/at91/9260/base-files/etc/config/.svn/text-base/network.svn-base b/target/linux/at91/9260/base-files/etc/config/.svn/text-base/network.svn-base
new file mode 100644
index 0000000..5800a0b
--- /dev/null
+++ b/target/linux/at91/9260/base-files/etc/config/.svn/text-base/network.svn-base
@@ -0,0 +1,20 @@
+
+config 'interface' 'loopback'
+ option 'ifname' 'lo'
+ option 'proto' 'static'
+ option 'ipaddr' '127.0.0.1'
+ option 'netmask' '255.0.0.0'
+
+config 'interface' 'cfg'
+ option 'ifname' 'usb0'
+ option 'proto' 'static'
+ option 'netmask' '255.255.255.0'
+ option 'gateway' '192.168.119.1'
+ option 'ipaddr' '192.168.119.2'
+
+config 'interface' 'lan'
+ option 'ifname' 'wlan0'
+ option 'proto' 'dhcp'
+
+#config 'interface' 'wan'
+# option
diff --git a/target/linux/at91/9260/base-files/etc/config/.svn/text-base/system.svn-base b/target/linux/at91/9260/base-files/etc/config/.svn/text-base/system.svn-base
new file mode 100644
index 0000000..ba7e87c
--- /dev/null
+++ b/target/linux/at91/9260/base-files/etc/config/.svn/text-base/system.svn-base
@@ -0,0 +1,9 @@
+config 'system'
+ option 'timezone' 'UTC'
+ option 'hostname' 'flexibity'
+
+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