diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2010-11-28 22:04:19 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2010-11-28 22:04:19 +0000 |
commit | b1b318750a87f665b2614cd2baff3921f3d34936 (patch) | |
tree | 77869b0ca9231eb14b23e4224ac9df721d75bcaf /target/linux/brcm63xx/base-files/etc/config | |
parent | dd5c6a97de2e10df409f826bc949323021d3f678 (diff) | |
download | mtk-20170518-b1b318750a87f665b2614cd2baff3921f3d34936.zip mtk-20170518-b1b318750a87f665b2614cd2baff3921f3d34936.tar.gz mtk-20170518-b1b318750a87f665b2614cd2baff3921f3d34936.tar.bz2 |
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/network | 19 |
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 c15fdd8..0000000 --- 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 |