Changeset 10785


Ignore:
Timestamp:
11/05/08 20:38:51 (5 years ago)
Author:
BrainSlayer
Message:

adjustments for buffalo

Location:
src/router
Files:
2 edited

Legend:

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

    r10769 r10785  
    6565list[11]=12; 
    6666list[12]=13; 
     67#ifdef BUFFALO_JP 
     68list[13]=14; 
     69return 14; 
     70#else 
    6771return 13; 
     72#endif 
    6873} 
    6974 
  • src/router/services/networking/rt2880.c

    r10784 r10785  
    246246 
    247247    fprintf( fp, "Default\n" ); 
     248#ifdef BUFFALO_JP 
     249    fprintf( fp, "CountryRegion=5\n" ); 
     250    fprintf( fp, "CountryRegionABand=7\n" ); 
     251    fprintf( fp, "CountryCode=JP\n" ); 
     252#else 
    248253    fprintf( fp, "CountryRegion=1\n" ); 
    249254    fprintf( fp, "CountryRegionABand=7\n" ); 
    250255    fprintf( fp, "CountryCode=DE\n" ); 
    251  
     256#endif 
    252257 int count = 2; 
    253258// if( nvram_match( "wl0_mode", "apsta" ) 
Note: See TracChangeset for help on using the changeset viewer.