Changeset 15047


Ignore:
Timestamp:
08/30/10 19:25:05 (3 years ago)
Author:
eko
Message:

fix wrt600n v1.1 impossible to config custom vlans

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/sysinit/sysinit.c

    r14911 r15047  
    16001600#endif 
    16011601        if (brand == ROUTER_WRT600N) { 
    1602                 if (nvram_match("switch_type", "BCM5395"))      // fix for WRT600N 
     1602                if (nvram_match("switch_type", "BCM5395") && nvram_match("vlan0ports", "1 2 3 4 8*"))   // fix for WRT600N 
    16031603                        // v1.1 (BCM5395 does  
    16041604                        // not suppport vid 
Note: See TracChangeset for help on using the changeset viewer.