aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/defconfig')
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/.svn/entries34
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/wndr3700/.svn/entries62
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/wndr3700/.svn/text-base/network.svn-base69
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network69
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-g301nh/.svn/entries28
5 files changed, 262 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/.svn/entries b/target/linux/ar71xx/base-files/etc/defconfig/.svn/entries
new file mode 100644
index 0000000..3a55cbd
--- /dev/null
+++ b/target/linux/ar71xx/base-files/etc/defconfig/.svn/entries
@@ -0,0 +1,34 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/ar71xx/base-files/etc/defconfig
+svn://svn.openwrt.org/openwrt
+
+
+
+2011-12-05T13:03:54.714725Z
+29434
+juhosg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+wndr3700
+dir
+
+wzr-hp-g301nh
+dir
+
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/.svn/entries b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/.svn/entries
new file mode 100644
index 0000000..4a364ff
--- /dev/null
+++ b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/.svn/entries
@@ -0,0 +1,62 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/ar71xx/base-files/etc/defconfig/wndr3700
+svn://svn.openwrt.org/openwrt
+
+
+
+2011-06-09T19:30:50.039697Z
+27153
+acinonyx
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+network
+file
+
+
+
+
+2013-03-17T12:12:43.000000Z
+491706a0fad1418adbb9d038aae87230
+2011-06-09T19:30:50.039697Z
+27153
+acinonyx
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+1783
+
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/.svn/text-base/network.svn-base b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/.svn/text-base/network.svn-base
new file mode 100644
index 0000000..69d7dc7
--- /dev/null
+++ b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/.svn/text-base/network.svn-base
@@ -0,0 +1,69 @@
+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 eth0.1
+ option type bridge
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0
+
+config interface wan
+ option ifname eth1
+ option proto dhcp
+
+config switch
+ option name rtl8366s
+ option reset 1
+ option enable_vlan 1
+ # Blinkrate: 0=43ms; 1=84ms; 2=120ms; 3=170ms; 4=340ms; 5=670ms
+ option blinkrate 2
+
+config switch_vlan
+ option device rtl8366s
+ option vlan 1
+ option ports "0 1 2 3 5t"
+
+config switch_port
+ # Port 1 controls the GREEN configuration of LEDs for
+ # the switch and the section does not correspond to a real
+ # switch port.
+ #
+ # 0=LED off; 1=Collision/FDX; 2=Link/activity; 3=1000 Mb/s;
+ # 4=100 Mb/s; 5=10 Mb/s; 6=1000 Mb/s+activity; 7=100 Mb/s+activity;
+ # 8=10 Mb/s+activity; 9=10/100 Mb/s+activity; 10: Fiber;
+ # 11: Fault; 12: Link/activity(tx); 13: Link/activity(rx);
+ # 14: Link (master); 15: separate register
+
+ option device rtl8366s
+ option port 1
+ option led 6
+
+config switch_port
+ # Port 2 controls the ORANGE configuration of LEDs for
+ # the switch and the section does not correspond to a real
+ # switch port.
+ #
+ # See the key above for switch port 1 for the meaning of the
+ # 'led' setting below.
+
+ option device rtl8366s
+ option port 2
+ option led 9
+
+config switch_port
+ # Port 5 controls the configuration of the WAN LED and the
+ # section does not correspond to a real switch port.
+ #
+ # To toggle the use of green or orange LEDs for the WAN port,
+ # see the LED setting for wndr3700:green:wan in /etc/config/system.
+ #
+ # See the key above for switch port 1 for the meaning of the
+ # 'led' setting below.
+
+ option device rtl8366s
+ option port 5
+ option led 2
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
new file mode 100644
index 0000000..69d7dc7
--- /dev/null
+++ b/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network
@@ -0,0 +1,69 @@
+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 eth0.1
+ option type bridge
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0
+
+config interface wan
+ option ifname eth1
+ option proto dhcp
+
+config switch
+ option name rtl8366s
+ option reset 1
+ option enable_vlan 1
+ # Blinkrate: 0=43ms; 1=84ms; 2=120ms; 3=170ms; 4=340ms; 5=670ms
+ option blinkrate 2
+
+config switch_vlan
+ option device rtl8366s
+ option vlan 1
+ option ports "0 1 2 3 5t"
+
+config switch_port
+ # Port 1 controls the GREEN configuration of LEDs for
+ # the switch and the section does not correspond to a real
+ # switch port.
+ #
+ # 0=LED off; 1=Collision/FDX; 2=Link/activity; 3=1000 Mb/s;
+ # 4=100 Mb/s; 5=10 Mb/s; 6=1000 Mb/s+activity; 7=100 Mb/s+activity;
+ # 8=10 Mb/s+activity; 9=10/100 Mb/s+activity; 10: Fiber;
+ # 11: Fault; 12: Link/activity(tx); 13: Link/activity(rx);
+ # 14: Link (master); 15: separate register
+
+ option device rtl8366s
+ option port 1
+ option led 6
+
+config switch_port
+ # Port 2 controls the ORANGE configuration of LEDs for
+ # the switch and the section does not correspond to a real
+ # switch port.
+ #
+ # See the key above for switch port 1 for the meaning of the
+ # 'led' setting below.
+
+ option device rtl8366s
+ option port 2
+ option led 9
+
+config switch_port
+ # Port 5 controls the configuration of the WAN LED and the
+ # section does not correspond to a real switch port.
+ #
+ # To toggle the use of green or orange LEDs for the WAN port,
+ # see the LED setting for wndr3700:green:wan in /etc/config/system.
+ #
+ # See the key above for switch port 1 for the meaning of the
+ # 'led' setting below.
+
+ option device rtl8366s
+ option port 5
+ option led 2
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-g301nh/.svn/entries b/target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-g301nh/.svn/entries
new file mode 100644
index 0000000..29f3680
--- /dev/null
+++ b/target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-g301nh/.svn/entries
@@ -0,0 +1,28 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-g301nh
+svn://svn.openwrt.org/openwrt
+
+
+
+2011-07-28T11:57:51.816344Z
+27814
+jogo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+