aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-24 18:19:02 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-24 18:19:02 +0000
commite65a535b33ae30b71bdeda2cfa78d66c237656a0 (patch)
tree09ad1080a351aef5733c8073ce52be1f4b197cec /target
parent23adad85b1a9335a4559b7a45527c91ae5586787 (diff)
downloadmaster-187ad058-e65a535b33ae30b71bdeda2cfa78d66c237656a0.tar.gz
master-187ad058-e65a535b33ae30b71bdeda2cfa78d66c237656a0.tar.bz2
master-187ad058-e65a535b33ae30b71bdeda2cfa78d66c237656a0.zip
[ar71xx] add default network configuration for the TL-WR941ND board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14654 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/base-files/etc/config/defaults/tl-wr941nd/network19
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/config/defaults/tl-wr941nd/network b/target/linux/ar71xx/base-files/etc/config/defaults/tl-wr941nd/network
new file mode 100644
index 0000000000..65f6c3fc67
--- /dev/null
+++ b/target/linux/ar71xx/base-files/etc/config/defaults/tl-wr941nd/network
@@ -0,0 +1,19 @@
+config interface loopback
+ option ifname lo
+ option proto static
+ option ipaddr 127.0.0.1
+ option netmask 255.0.0.0
+
+config interface eth
+ option ifname eth0
+
+config interface lan
+ option ifname "lan1 lan2 lan3 lan4"
+ option type bridge
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0
+
+config interface wan
+ option ifname wan
+ option proto dhcp