Changeset 12314
- Timestamp:
- 06/18/09 05:18:34 (4 years ago)
- File:
-
- 1 edited
-
src/router/shared/utils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/shared/utils.c
r12289 r12314 92 92 int cpu_plltype(void) 93 93 { 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 94 100 int cpurev = getcpurev(); 95 101 int cputype = check_hw_type();
Note: See TracChangeset
for help on using the changeset viewer.
