aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-03-10 08:14:26 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-03-10 08:14:26 +0000
commitceb3b8c8376374cfcd04691450551861805b063a (patch)
treeb8897840a41abc203c1b2150a6f3c3ed3ed08fee /target
parentadd058c38203868fd807eb845569d3c1b93ab53e (diff)
downloadupstream-ceb3b8c8376374cfcd04691450551861805b063a.tar.gz
upstream-ceb3b8c8376374cfcd04691450551861805b063a.tar.bz2
upstream-ceb3b8c8376374cfcd04691450551861805b063a.zip
tew-632brp: add default network configuration
SVN-Revision: 14830
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network b/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network
new file mode 100644
index 0000000000..2d4d8e0121
--- /dev/null
+++ b/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network
@@ -0,0 +1,16 @@
+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