From 701d82cc8eb3c07ad727e2fcc672a9b2c1bff63d Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Sun, 31 Aug 2008 11:33:41 +0000
Subject: Sync ar7 default network configuration with latest firewall and
 network settings, thanks sn9

SVN-Revision: 12444
---
 target/linux/ar7/base-files/etc/config/network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'target/linux/ar7/base-files/etc/config')

diff --git a/target/linux/ar7/base-files/etc/config/network b/target/linux/ar7/base-files/etc/config/network
index 16efdacb29..88ddee0281 100644
--- a/target/linux/ar7/base-files/etc/config/network
+++ b/target/linux/ar7/base-files/etc/config/network
@@ -7,12 +7,12 @@ config interface loopback
 	option netmask	255.0.0.0
 
 config interface lan
+	option type	bridge
 	option ifname	eth0
 	option proto	static
 	option ipaddr	192.168.1.1
 	option netmask	255.255.255.0
-
-
+	option nat	1
 
 ## Example for ATM bridging.
 ## Useful for PPPoE or IP over ATM. Will create 'nas${unit}'
-- 
cgit v1.2.3