aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/defconfig/SP500W/network
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2010-11-28 22:04:44 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2010-11-28 22:04:44 +0000
commit314bce63e6a510e0b47c70c72293a1a094a7cac7 (patch)
tree862107eca2f2141045cd2c6939ba57b8679ef604 /target/linux/brcm63xx/base-files/etc/defconfig/SP500W/network
parent3a49f669f2fe726f6350a5e0a71af70824a13f54 (diff)
downloadupstream-314bce63e6a510e0b47c70c72293a1a094a7cac7.tar.gz
upstream-314bce63e6a510e0b47c70c72293a1a094a7cac7.tar.bz2
upstream-314bce63e6a510e0b47c70c72293a1a094a7cac7.zip
bcm63xx: Add support for the T-Com Speedport W 500V.
Add support for the T-Com Speedport W 500V using a special tagged image as it identifies itself as a 96348GW, but has some gpios wired differently, and also has only one ethernet port without a switch attached to it. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24190
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/defconfig/SP500W/network')
-rw-r--r--target/linux/brcm63xx/base-files/etc/defconfig/SP500W/network14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/defconfig/SP500W/network b/target/linux/brcm63xx/base-files/etc/defconfig/SP500W/network
new file mode 100644
index 0000000000..a35fd2ef9a
--- /dev/null
+++ b/target/linux/brcm63xx/base-files/etc/defconfig/SP500W/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