2
0
forked from Ivasoft/openwrt

Merge branch 'bcm63xx'

SVN-Revision: 30819
This commit is contained in:
Florian Fainelli
2012-03-05 13:29:54 +00:00
parent 74946bb022
commit 631a035a76
39 changed files with 733 additions and 292 deletions

View File

@@ -0,0 +1,14 @@
# Copyright (C) 2008 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 type bridge
option ifname eth0
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0