2
0
forked from Ivasoft/openwrt

bcm63xx: Add defconfigs.

Port the mechanism for different default configurations from ar71xx and
use the old configuration as the default configuration. This should have
no functional differences to before.
While we are at it, remove the obsolete nat option.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

SVN-Revision: 24185
This commit is contained in:
Daniel Dickinson
2010-11-28 22:04:19 +00:00
parent dd5c6a97de
commit b1b318750a
3 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
# 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 eth1
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
config interface wan
option ifname eth0
option proto dhcp