Changeset 13251


Ignore:
Timestamp:
11/17/09 11:02:54 (4 years ago)
Author:
eko
Message:

wrt160nv3 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/brcm/linux-2.6.23/drivers/mtd/devices/sflash.c

    r12958 r13251  
    227227        } 
    228228 
     229  if (boardnum == 42 && nvram_match( "boot_hw_model", "WRT160N" ) 
     230        && nvram_match( "boot_hw_ver", "3.0" )) 
     231        { 
     232        do_support = 1;  //Linksys WRT160Nv3 
     233        } 
     234 
    229235         
    230236  if (!do_support) 
Note: See TracChangeset for help on using the changeset viewer.