summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/defconfig/SPW500V
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
commit2d3ed6dc2df6b214431e9d8b0755d4e31ac85331 (patch)
treeba05896bd2294ff481c03cccb89500afa6dda4ce /target/linux/brcm63xx/base-files/etc/defconfig/SPW500V
parent0f160a6d66bef81c40a81d6d82775156d7b6b2b9 (diff)
downloadmaster-31e0f0ae-2d3ed6dc2df6b214431e9d8b0755d4e31ac85331.tar.gz
master-31e0f0ae-2d3ed6dc2df6b214431e9d8b0755d4e31ac85331.tar.bz2
master-31e0f0ae-2d3ed6dc2df6b214431e9d8b0755d4e31ac85331.zip
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> SVN-Revision: 25431
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/defconfig/SPW500V')
-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