aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-02-09 13:09:02 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-02-09 13:09:02 +0000
commit239a77ed96af3a60cc8019325fae0efa25771fe3 (patch)
tree7b9bdd2682e336d107b9a02ff37a3143bb74184b /target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network
parent0639cb7623dfde068e2304953a1798b80930cb19 (diff)
downloadupstream-239a77ed96af3a60cc8019325fae0efa25771fe3.tar.gz
upstream-239a77ed96af3a60cc8019325fae0efa25771fe3.tar.bz2
upstream-239a77ed96af3a60cc8019325fae0efa25771fe3.zip
[brcm63xx] fix T-Com Speedport W 500V default config
The device is called SPW500V, not SP500W. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25431 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network')
-rw-r--r--target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network b/target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network
new file mode 100644
index 0000000000..a35fd2ef9a
--- /dev/null
+++ b/target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network
@@ -0,0 +1,14 @@
+# Copyright (C) 2006 OpenWrt.org
+
+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