fix T-Com Speedport W 500V default config
authorFlorian Fainelli <florian@openwrt.org>
Wed, 9 Feb 2011 13:09:02 +0000 (13:09 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 9 Feb 2011 13:09:02 +0000 (13:09 +0000)
The device is called SPW500V, not SP500W.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 25431

target/linux/brcm63xx/base-files/etc/defconfig/SP500W/network [deleted file]
target/linux/brcm63xx/base-files/etc/defconfig/SPW500V/network [new file with mode: 0644]

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 (file)
index a35fd2e..0000000
+++ /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 (file)
index 0000000..a35fd2e
--- /dev/null
@@ -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