aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-12-10 17:57:40 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-12-10 17:57:40 +0000
commit83834da33b8377735a47f2c1d3119cb6316c7782 (patch)
tree923f61fa3ac76984c5f5d3ebb08b39b529f3900e /target
parent3560c34214d8ce1e6799e49604b4b730637d0dc7 (diff)
downloadupstream-83834da33b8377735a47f2c1d3119cb6316c7782.tar.gz
upstream-83834da33b8377735a47f2c1d3119cb6316c7782.tar.bz2
upstream-83834da33b8377735a47f2c1d3119cb6316c7782.zip
ar71xx: add default network configuration file for the TL-MR3420
SVN-Revision: 24437
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/tl-mr3420/network24
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/tl-mr3420/network b/target/linux/ar71xx/base-files/etc/defconfig/tl-mr3420/network
new file mode 100644
index 0000000000..de201bf5ec
--- /dev/null
+++ b/target/linux/ar71xx/base-files/etc/defconfig/tl-mr3420/network
@@ -0,0 +1,24 @@
+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
+ 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 eth0
+ option enable_vlan 1
+
+config switch_vlan
+ option device eth0
+ option vlan 1
+ option ports "0 1 2 3 4"