Ignore:
Timestamp:
09/01/08 16:46:32 (5 years ago)
Author:
eko
Message:

WZR-G108 might work

File:
1 edited

Legend:

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

    r10227 r10257  
    899899            return ROUTER_BUFFALO_WZRRSG54; 
    900900        } 
     901        if( nvram_match( "melco_id", "31095" ) ) 
     902        { 
     903            cprintf( "router is Buffalo WZR-G108\n" ); 
     904            setRouter( "Buffalo WZR-G108" ); 
     905            return ROUTER_BRCM4702_GENERIC; 
     906        } 
    901907        if( melco_id > 0 )      // e.g. 29115 
    902908        { 
Note: See TracChangeset for help on using the changeset viewer.