Ignore:
Timestamp:
05/29/09 16:55:59 (4 years ago)
Author:
eko
Message:

wgr614L with boardnum = 0123 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/brcm/linux.v24_2/drivers/mtd/maps/bcm947xx-flash.c

    r12149 r12221  
    383383                /* Write fake Netgear checksum to the flash */           
    384384                uint boardnum = bcm_strtoul( nvram_safe_get( "boardnum" ), NULL, 0 ); 
    385                 if ( (boardnum == 83258 || boardnum == 01)  //or 001 or 0x01 
     385                if ( (boardnum == 83258 || boardnum == 1 || boardnum == 0123)  //or 01 or 001 or 0x01 
    386386                && (nvram_match("boardtype", "0x048e") || nvram_match("boardtype", "0x48E")) 
    387387                && (nvram_match("boardrev", "0x11") || nvram_match("boardrev", "0x10")) 
Note: See TracChangeset for help on using the changeset viewer.