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/SP500W | |
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/SP500W')
-rw-r--r-- | target/linux/brcm63xx/base-files/etc/defconfig/SP500W/network | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/defconfig/SP500W/network b/target/linux/brcm63xx/base-files/etc/defconfig/SP500W/network deleted file mode 100644 index a35fd2ef9..000000000 --- a/target/linux/brcm63xx/base-files/etc/defconfig/SP500W/network +++ /dev/null @@ -1,14 +0,0 @@ -# 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 |