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

Origin commit data
------------------
Commit: 6121e57fbc
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-22 (Tue, 22 Sep 2015)
This commit is contained in:
Michael Liebmann
2015-09-22 13:39:35 +02:00
parent 2b00704915
commit 1d5f135331
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: