Changeset 12314


Ignore:
Timestamp:
06/18/09 05:18:34 (4 years ago)
Author:
BrainSlayer
Message:

quick and dirty, disable overclocking for these models

File:
1 edited

Legend:

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

    r12289 r12314  
    9292int cpu_plltype(void) 
    9393{ 
     94        if (nvram_match("DD_BOARD","Buffalo WHR-G54S") || // 
     95            nvram_match("DD_BOARD","Buffalo WHR-HP-G54") || // 
     96            nvram_match("DD_BOARD","Buffalo AS-A100") || // 
     97            nvram_match("DD_BOARD","Buffalo WHR-HP-G54DD")) // 
     98        return 0; 
     99         
    94100        int cpurev = getcpurev(); 
    95101        int cputype = check_hw_type(); 
Note: See TracChangeset for help on using the changeset viewer.