[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:
John Crispin
2009-10-24 20:56:31 +00:00
parent 749f1515a4
commit 5178e58cb9

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;
}