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:
14
target/linux/brcm63xx/base-files/etc/defconfig/V2110/network
Normal file
14
target/linux/brcm63xx/base-files/etc/defconfig/V2110/network
Normal 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
|
||||
Reference in New Issue
Block a user