aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/defconfig/generic/network
diff options
context:
space:
mode:
authorDaniel Dickinson <daniel@cshore.neomailbox.net>2010-11-28 22:04:19 +0000
committerDaniel Dickinson <daniel@cshore.neomailbox.net>2010-11-28 22:04:19 +0000
commitf78d9eebba91795a613bdea426d5cc24ec37bb92 (patch)
treebbb3b41eb3048447c66523ebb930224aac981752 /target/linux/brcm63xx/base-files/etc/defconfig/generic/network
parentd2fb3cf3f728b197ea9d5f33412c3ce5c993cdfd (diff)
downloadmaster-187ad058-f78d9eebba91795a613bdea426d5cc24ec37bb92.tar.gz
master-187ad058-f78d9eebba91795a613bdea426d5cc24ec37bb92.tar.bz2
master-187ad058-f78d9eebba91795a613bdea426d5cc24ec37bb92.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24185 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/defconfig/generic/network')
-rw-r--r--target/linux/brcm63xx/base-files/etc/defconfig/generic/network18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/defconfig/generic/network b/target/linux/brcm63xx/base-files/etc/defconfig/generic/network
new file mode 100644
index 0000000000..bc2c69b7c9
--- /dev/null
+++ b/target/linux/brcm63xx/base-files/etc/defconfig/generic/network
@@ -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