Image backup apollo Part #1

- Use src/system/mtdutils for image creation


Origin commit data
------------------
Branch: ni/coolstream
Commit: d4ca6a552e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-09-21 (Sat, 21 Sep 2013)



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-09-21 18:26:38 +02:00
parent aa5444f75b
commit 0c311bd0da
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();