Changeset 9119
- Timestamp:
- 02/26/08 13:43:53 (5 years ago)
- File:
-
- 1 edited
-
src/router/httpd/modules/upgrade.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/modules/upgrade.c
r9118 r9119 85 85 #ifdef HAVE_DIR400 86 86 write_argv[2] = "linux"; 87 #elif HAVE_WRK54G 88 write_argv[2] = "linux"; 89 #elif HAVE_LS2 90 write_argv[2] = "linux"; 87 91 #elif defined(HAVE_FONERA) || defined(HAVE_WHRAG108) || defined(HAVE_LS2) || defined(HAVE_MERAKI) || defined(HAVE_CA8) || defined(HAVE_TW6600) || defined(HAVE_PB42) || defined(HAVE_LS5) 88 92 write_argv[2] = "rootfs"; … … 93 97 } 94 98 #ifdef HAVE_DIR400 99 eval ("fischecksum"); 100 if (url) 101 return eval ("write", url, "linux"); 102 #elif HAVE_WRK54G 103 eval ("fischecksum"); 104 if (url) 105 return eval ("write", url, "linux"); 106 #elif HAVE_LS2 107 eval ("fischecksum"); 95 108 if (url) 96 109 return eval ("write", url, "linux");
Note: See TracChangeset
for help on using the changeset viewer.
