2
0
forked from Ivasoft/openwrt

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>

SVN-Revision: 25431
This commit is contained in:
Florian Fainelli
2011-02-09 13:09:02 +00:00
parent 0f160a6d66
commit 2d3ed6dc2d

View File

@@ -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