From: Felix Fietkau Date: Sat, 26 May 2007 20:33:53 +0000 (+0000) Subject: bridge the lan interface by default X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c1c16cca839a37a0adab9a1cb26163d909d668b4;p=15.05%2Fopenwrt.git bridge the lan interface by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7349 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/etc/config/network b/package/base-files/files/etc/config/network index 1d5ded3728..a35fd2ef9a 100644 --- a/package/base-files/files/etc/config/network +++ b/package/base-files/files/etc/config/network @@ -8,6 +8,7 @@ config interface loopback config interface lan option ifname eth0 + option type bridge option proto static option ipaddr 192.168.1.1 option netmask 255.255.255.0