diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-08-31 11:33:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-08-31 11:33:41 +0000 |
commit | 13e4569368a88941ace779cb736c79b96645d3cd (patch) | |
tree | 694413c7c1ee564678e1a2c0cfe43659d0e24958 /target/linux/ar7/base-files | |
parent | 6b427659efd8818fdcd619b363f772ee3ab011e6 (diff) | |
download | upstream-13e4569368a88941ace779cb736c79b96645d3cd.tar.gz upstream-13e4569368a88941ace779cb736c79b96645d3cd.tar.bz2 upstream-13e4569368a88941ace779cb736c79b96645d3cd.zip |
Sync ar7 default network configuration with latest firewall and network settings, thanks sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12444 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/base-files')
-rw-r--r-- | target/linux/ar7/base-files/etc/config/network | 4 |
1 files changed, 2 insertions, 2 deletions
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}' |