Image backup apollo Part #1

- Use src/system/mtdutils for image creation
This commit is contained in:
Michael Liebmann
2013-09-21 18:26:38 +02:00
parent 2299807e11
commit d4ca6a552e
4 changed files with 83 additions and 25 deletions

View File

@@ -77,6 +77,9 @@ class CFlashExpert : public CProgressWindow
bool checkSize(int mtd, std::string &backupFile);
void readmtd(int readmtd);
#ifdef BOXMODEL_APOLLO
void readmtdJFFS2(std::string &filename);
#endif
public:
CFlashExpert();