aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/rdc/base-files/etc/config/.svn
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/x86/rdc/base-files/etc/config/.svn')
-rw-r--r--target/linux/x86/rdc/base-files/etc/config/.svn/entries62
-rw-r--r--target/linux/x86/rdc/base-files/etc/config/.svn/text-base/network.svn-base18
2 files changed, 80 insertions, 0 deletions
diff --git a/target/linux/x86/rdc/base-files/etc/config/.svn/entries b/target/linux/x86/rdc/base-files/etc/config/.svn/entries
new file mode 100644
index 0000000..206f130
--- /dev/null
+++ b/target/linux/x86/rdc/base-files/etc/config/.svn/entries
@@ -0,0 +1,62 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/x86/rdc/base-files/etc/config
+svn://svn.openwrt.org/openwrt
+
+
+
+2012-10-15T18:54:34.437751Z
+33779
+florian
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+network
+file
+
+
+
+
+2013-03-17T12:12:36.000000Z
+f94c429533efb051f50319c58c355030
+2012-10-15T18:54:34.437751Z
+33779
+florian
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+434
+
diff --git a/target/linux/x86/rdc/base-files/etc/config/.svn/text-base/network.svn-base b/target/linux/x86/rdc/base-files/etc/config/.svn/text-base/network.svn-base
new file mode 100644
index 0000000..44c5794
--- /dev/null
+++ b/target/linux/x86/rdc/base-files/etc/config/.svn/text-base/network.svn-base
@@ -0,0 +1,18 @@
+# Copyright (C) 2009 OpenWrt.org
+
+config interface loopback
+ option ifname lo
+ option proto static
+ option ipaddr 127.0.0.1
+ option netmask 255.0.0.0
+
+config interface lan
+ option ifname eth1
+ option type bridge
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0
+
+config interface wan
+ option ifname eth0
+ option proto dhcp