1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-12 00:00:16 +02:00

[ar7] include second ethernet interface in bridge after r20022

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21307 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-05-02 19:30:36 +00:00
parent 883952177e
commit 711c1718ad

View File

@ -8,7 +8,7 @@ config interface loopback
config interface lan config interface lan
option type bridge option type bridge
option ifname eth0 option ifname "eth0 eth1"
option proto static option proto static
option ipaddr 192.168.1.1 option ipaddr 192.168.1.1
option netmask 255.255.255.0 option netmask 255.255.255.0