From b1b318750a87f665b2614cd2baff3921f3d34936 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Sun, 28 Nov 2010 22:04:19 +0000 Subject: 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 SVN-Revision: 24185 --- target/linux/brcm63xx/base-files/etc/config/network | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 target/linux/brcm63xx/base-files/etc/config/network (limited to 'target/linux/brcm63xx/base-files/etc/config') 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 -- cgit v1.2.3