From 8682fc591c7553e3f35c18fdd6b4cc09f85e144a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 26 May 2007 20:33:53 +0000 Subject: [PATCH] bridge the lan interface by default SVN-Revision: 7349 --- package/base-files/files/etc/config/network | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2