aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/base-files/etc/config/.svn
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/adm5120/base-files/etc/config/.svn')
-rw-r--r--target/linux/adm5120/base-files/etc/config/.svn/entries96
-rw-r--r--target/linux/adm5120/base-files/etc/config/.svn/text-base/network.svn-base27
-rw-r--r--target/linux/adm5120/base-files/etc/config/.svn/text-base/system.svn-base40
3 files changed, 163 insertions, 0 deletions
diff --git a/target/linux/adm5120/base-files/etc/config/.svn/entries b/target/linux/adm5120/base-files/etc/config/.svn/entries
new file mode 100644
index 0000000..5001106
--- /dev/null
+++ b/target/linux/adm5120/base-files/etc/config/.svn/entries
@@ -0,0 +1,96 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/adm5120/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:30.000000Z
+eae4835062513328f6db536fba1cd33c
+2011-11-10T12:16:41.178346Z
+28933
+jow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+742
+
+network
+file
+
+
+
+
+2013-03-17T12:12:30.000000Z
+aafe7d52c116e9f14265546cebed216a
+2011-01-27T21:49:42.631475Z
+25171
+florian
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+481
+
diff --git a/target/linux/adm5120/base-files/etc/config/.svn/text-base/network.svn-base b/target/linux/adm5120/base-files/etc/config/.svn/text-base/network.svn-base
new file mode 100644
index 0000000..df2f201
--- /dev/null
+++ b/target/linux/adm5120/base-files/etc/config/.svn/text-base/network.svn-base
@@ -0,0 +1,27 @@
+#### VLAN configuration
+config switch
+ option eth0 "0 1 2 3"
+ option eth1 "4"
+
+
+#### Loopback configuration
+config interface loopback
+ option ifname "lo"
+ option proto static
+ option ipaddr 127.0.0.1
+ option netmask 255.0.0.0
+
+
+#### LAN configuration
+config interface lan
+ option type bridge
+ option ifname "eth0"
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0
+
+
+#### WAN configuration
+config interface wan
+ option ifname "eth1"
+ option proto dhcp
diff --git a/target/linux/adm5120/base-files/etc/config/.svn/text-base/system.svn-base b/target/linux/adm5120/base-files/etc/config/.svn/text-base/system.svn-base
new file mode 100644
index 0000000..ea54ca1
--- /dev/null
+++ b/target/linux/adm5120/base-files/etc/config/.svn/text-base/system.svn-base
@@ -0,0 +1,40 @@
+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 led
+ option sysfs lan1
+ option trigger port_state
+ option port_state link_act
+
+config led
+ option sysfs lan2
+ option trigger port_state
+ option port_state link_act
+
+config led
+ option sysfs lan3
+ option trigger port_state
+ option port_state link_act
+
+config led
+ option sysfs lan4
+ option trigger port_state
+ option port_state link_act
+
+config led
+ option sysfs wan
+ option trigger port_state
+ option port_state link_act
+
+config led
+ option sysfs wlan
+ option trigger netdev
+ option dev wlan0
+