Ignore:
Timestamp:
03/31/12 06:44:30 (14 months ago)
Author:
BrainSlayer
Message:

small adjustment for factory defaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/httpd/modules/broadcom.c

    r18869 r18882  
    14071407                int region_sa = 0; 
    14081408                if(nvram_default_match("region", "SA", "")) 
    1409                         region_sa = 0; 
     1409                        region_sa = 1; 
    14101410#endif 
    14111411                killall("udhcpc", SIGKILL); 
     
    14761476#endif 
    14771477#ifdef HAVE_BUFFALO_SA 
     1478                nvram_set("sv_restore_defaults", "1"); 
    14781479                if(region_sa) 
    1479                 { 
    1480                         nvram_set("sv_restore_defaults", "1"); 
    14811480                        nvram_set("region", "SA"); 
    1482                 } 
    14831481#endif 
    14841482                sys_commit(); 
Note: See TracChangeset for help on using the changeset viewer.