Apollo/Kronos: Use backup with readmtdJFFS2() also for var partition

This commit is contained in:
M. Liebmann
2015-09-22 13:39:35 +02:00
parent f74aa0f53d
commit 6121e57fbc
10 changed files with 53 additions and 19 deletions

View File

@@ -83,7 +83,7 @@ class CFlashExpert : public CProgressWindow
bool checkSize(int mtd, std::string &backupFile);
#ifdef BOXMODEL_APOLLO
bool readDevtableFile(std::string &devtableFile, CMkfsJFFS2::v_devtable_t &v_devtable);
void readmtdJFFS2(std::string &filename);
void readmtdJFFS2(std::string &filename, std::string title="", std::string path="/", bool makeDevTable=true);
#endif
public: