From 239a77ed96af3a60cc8019325fae0efa25771fe3 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 9 Feb 2011 13:09:02 +0000 Subject: [brcm63xx] fix T-Com Speedport W 500V default config The device is called SPW500V, not SP500W. Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25431 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/brcm63xx/base-files/etc/defconfig/SP500W/network | 14 -------------- .../brcm63xx/base-files/etc/defconfig/SPW500V/network | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 target/linux/brcm63xx/base-files/etc/defconfig/SP500W/network create mode 100644 target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network 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 a35fd2ef9a..0000000000 --- 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 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 -- cgit v1.2.3