1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 09:58:04 +03:00

[ramips] make default llll/w vlan setup in esw

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18133 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2009-10-24 20:56:31 +00:00
parent ffb4faa1d1
commit c52c16271e

View File

@ -113,7 +113,7 @@ rt305x_esw_init(void)
/* set default vlan */
ramips_esw_wr(0x2001, 0x50);
ramips_esw_wr(0x5041, 0x70);
ramips_esw_wr(0x504f, 0x70);
return 0;
}