Changeset 10620
- Timestamp:
- 10/26/08 19:16:36 (5 years ago)
- Location:
- src/router/services/sysinit
- Files:
-
- 2 edited
-
defaults.c (modified) (1 diff)
-
sysinit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/sysinit/defaults.c
r10614 r10620 651 651 652 652 #endif 653 #ifdef HAVE_MSSID654 {"wl_country", "Japan", 0}, /* Country (default obtained from driver) */655 #endif656 653 #ifdef HAVE_NEWMEDIA 657 654 {"wl_radio", "1", 0}, /* Enable (1) or disable (0) radio */ -
src/router/services/sysinit/sysinit.c
r10614 r10620 1491 1491 nvram_set( "boot_wait_web", "1" ); 1492 1492 #endif 1493 1494 #ifndef HAVE_MSSID1495 nvram_set( "wl0_country_code", "JP" );1496 nvram_set( "wl0_country", "Japan" );1497 #endif1498 1493 #ifndef HAVE_BUFFALO 1499 1494 if( check_hw_type( ) == BCM5352E_CHIP )
Note: See TracChangeset
for help on using the changeset viewer.
