From f5dbdf6478c040858117d7b962e2153373321068 Mon Sep 17 00:00:00 2001 From: Vicente Date: Sun, 16 Jun 2013 20:18:15 +0200 Subject: [PATCH] VLAN: Correct ID for RT-N66 allowing VLAN and tagged network. --- release/src/router/www/advanced-vlan.asp | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/release/src/router/www/advanced-vlan.asp b/release/src/router/www/advanced-vlan.asp index 8b17e4acba..e982a59252 100644 --- a/release/src/router/www/advanced-vlan.asp +++ b/release/src/router/www/advanced-vlan.asp @@ -7,7 +7,11 @@ Tomato GUI Copyright (C) 2006-2007 Jonathan Zarate http://www.polarcloud.com/tomato/ - + + Tomato VLAN update and bug correction + Copyright (C) 2011-2012 Vicente Soriano + http://tomatoraf.com + For use with Tomato Firmware only. No part of this file may be used without permission. --> @@ -69,7 +73,7 @@ switch(nvram['boardtype']) { case '0x04ef': // WRT320N/E2000 case '0x04cf': // WRT610Nv2/E3000, RT-N16 case '0xf52c': // E4200v1 - case '0xf582': // RT-N66 + case '0xf5b2': // RT-N66 trunk_vlan_supported = 1; break; default: @@ -127,7 +131,7 @@ switch(nvram['boardtype']) { break; case '0x04ef': // WRT320N/E2000 case '0x04cf': // WRT610Nv2/E3000, RT-N16, WNR3500L - case '0xf582': // RT-N66 + case '0xf5b2': // RT-N66 COL_P0N = '4'; COL_P1N = '3'; COL_P2N = '2'; @@ -971,7 +975,7 @@ if(port_vlan_supported) vlg.setup();
  • Tagged - Enable 802.1Q tagging of ethernet frames on a particular port/VLAN
  • Default - VLAN ID assigned to untagged frames received by the router.
  • @@ -1001,9 +1005,8 @@ if((trunk_vlan_supported) || (nvram.trunk_vlan_so == '1')) {