2
0
forked from Ivasoft/openwrt

fix wan configuration on wr850g v2/v3

SVN-Revision: 8482
This commit is contained in:
Mike Baker
2007-08-25 12:27:01 +00:00
parent d21941ca4d
commit c6e6780624
3 changed files with 12 additions and 2 deletions

View File

@@ -111,6 +111,11 @@ start() {
c["vlan0ports"]="1 2 3 4 5*"
c["vlan1ports"]="0 5"
}
if (model == "Motorola WR850G V2/V3") {
c["vlan0ports"]="0 1 2 3 5*"
c["vlan1ports"]="4 5"
}
print "#### VLAN configuration "
print "config switch eth0"