Changeset 18882 for src/router/httpd/modules/broadcom.c
- Timestamp:
- 03/31/12 06:44:30 (14 months ago)
- File:
-
- 1 edited
-
src/router/httpd/modules/broadcom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/modules/broadcom.c
r18869 r18882 1407 1407 int region_sa = 0; 1408 1408 if(nvram_default_match("region", "SA", "")) 1409 region_sa = 0;1409 region_sa = 1; 1410 1410 #endif 1411 1411 killall("udhcpc", SIGKILL); … … 1476 1476 #endif 1477 1477 #ifdef HAVE_BUFFALO_SA 1478 nvram_set("sv_restore_defaults", "1"); 1478 1479 if(region_sa) 1479 {1480 nvram_set("sv_restore_defaults", "1");1481 1480 nvram_set("region", "SA"); 1482 }1483 1481 #endif 1484 1482 sys_commit();
Note: See TracChangeset
for help on using the changeset viewer.
