2
0
forked from Ivasoft/openwrt

add support for BT Voyager 2110 (#8810)

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>

SVN-Revision: 26959
This commit is contained in:
Florian Fainelli
2011-05-20 10:06:25 +00:00
parent 6c8387fe15
commit 16dfe8b4d1
4 changed files with 93 additions and 1 deletions

View File

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