Software update: Rework preparing the flash process

- Finish all unnecessary threads and processes before the flash process
- Use flash.start to stop other (user-defined) processes


Origin commit data
------------------
Branch: ni/coolstream
Commit: c26fd64759
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-08 (Sat, 08 Jun 2013)

Origin message was:
------------------
* Software update: Rework preparing the flash process

- Finish all unnecessary threads and processes before the flash process
- Use flash.start to stop other (user-defined) processes


------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-06-08 14:45:26 +02:00
parent f8c388153e
commit 281a5d8f81
10 changed files with 81 additions and 28 deletions

View File

@@ -46,8 +46,6 @@ class CExtUpdate
std::string imgFilename;
std::string mtdRamError;
int mtdNumber;
int MTDBufSize;
char *MTDBuf;
int fd1, fd2;
FILE *f1;
std::string mtdramDriver;