mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
fix wan configuration on wr850g v2/v3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8482 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user