Changed target for ubpar.c to directly write to mtd device

SVN-Revision: 7502
lede-17.01
Hamish Guthrie 2007-06-05 04:34:38 +00:00
parent 6c6a51c4d5
commit c079b2e046
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ int main(int argc, char *argv[]) {
envptr->crc = crc32(0, envptr->data, ENV_SIZE);
params = fopen("params", "w");
params = fopen("/dev/mtd1", "w");
fwrite(envptr, CFG_ENV_SIZE, 1, params);
fclose(params);