diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-09 13:09:02 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-09 13:09:02 +0000 |
commit | c4ee4e8bc8060de6eb56635bf2040308bf1b4b90 (patch) | |
tree | 7b9bdd2682e336d107b9a02ff37a3143bb74184b /target/linux/brcm63xx/base-files/etc/defconfig/SPW500V | |
parent | 8a5e56236fe7a0632f206984859ce360c6bbafa5 (diff) |
[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')
-rw-r--r-- | target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network | 14 |
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 |