Changeset 10620


Ignore:
Timestamp:
10/26/08 19:16:36 (5 years ago)
Author:
BrainSlayer
Message:

not required anymore

Location:
src/router/services/sysinit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/sysinit/defaults.c

    r10614 r10620  
    651651 
    652652#endif 
    653 #ifdef HAVE_MSSID 
    654     {"wl_country", "Japan", 0}, /* Country (default obtained from driver) */ 
    655 #endif 
    656653#ifdef HAVE_NEWMEDIA 
    657654    {"wl_radio", "1", 0},       /* Enable (1) or disable (0) radio */ 
  • src/router/services/sysinit/sysinit.c

    r10614 r10620  
    14911491        nvram_set( "boot_wait_web", "1" ); 
    14921492#endif 
    1493  
    1494 #ifndef HAVE_MSSID 
    1495     nvram_set( "wl0_country_code", "JP" ); 
    1496     nvram_set( "wl0_country", "Japan" ); 
    1497 #endif 
    14981493#ifndef HAVE_BUFFALO 
    14991494    if( check_hw_type(  ) == BCM5352E_CHIP ) 
Note: See TracChangeset for help on using the changeset viewer.