2
0
forked from Ivasoft/openwrt

add support for DSL-2640B rev B2

Signed-off-by: Adrian Feliks <mexit@o2.pl>

SVN-Revision: 26958
This commit is contained in:
Florian Fainelli
2011-05-20 10:06:22 +00:00
parent 031ea08ef0
commit 6c8387fe15
4 changed files with 91 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
# Copyright (C) 2010 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