Changeset 12272


Ignore:
Timestamp:
06/10/09 07:35:27 (4 years ago)
Author:
eko
Message:

wrt54g2v13 / wrt54gs2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/libutils/utils.c

    r12269 r12272  
    14841484        if (boardnum == 42 && nvram_match("boardtype", "0x048e") 
    14851485            && nvram_match("boardrev", "0x10")) { 
    1486                 cprintf("router is wrt54gv8/gsv7/g2v1\n"); 
    1487                 setRouter("Linksys WRT54Gv8 / GSv7 / G2v1"); 
     1486                if (nvram_match("boardflags", "0x20750")) { 
     1487                cprintf("router is wrt54g2v1/v1.3/gs2v1\n"); 
     1488                setRouter("Linksys WRT54G2v1 / G2v1.3 / GS2v1"); 
     1489                } 
     1490                else { 
     1491                cprintf("router is wrt54gv8/gsv7\n"); 
     1492                setRouter("Linksys WRT54Gv8 / GSv7");                    
     1493                } 
    14881494                return ROUTER_WRT54G_V8; 
    14891495        } 
Note: See TracChangeset for help on using the changeset viewer.