summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/config
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2010-11-28 22:04:19 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2010-11-28 22:04:19 +0000
commitb1b318750a87f665b2614cd2baff3921f3d34936 (patch)
tree77869b0ca9231eb14b23e4224ac9df721d75bcaf /target/linux/brcm63xx/base-files/etc/config
parentdd5c6a97de2e10df409f826bc949323021d3f678 (diff)
downloadmaster-31e0f0ae-b1b318750a87f665b2614cd2baff3921f3d34936.tar.gz
master-31e0f0ae-b1b318750a87f665b2614cd2baff3921f3d34936.tar.bz2
master-31e0f0ae-b1b318750a87f665b2614cd2baff3921f3d34936.zip
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
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/config')
-rw-r--r--target/linux/brcm63xx/base-files/etc/config/network19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/config/network b/target/linux/brcm63xx/base-files/etc/config/network
deleted file mode 100644
index c15fdd81b3..0000000000
--- a/target/linux/brcm63xx/base-files/etc/config/network
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
- option nat 1
-
-config interface wan
- option ifname eth0
- option proto dhcp