* Software Update with apply the settings (Part1)

- Settings are applied to the image before flashing
- Use the function on the menu "Software Update => Expert functions
  => Write one partition => systemFS with settings"
- Log output to /tmp/update.log for testing
- Use settingsupdate.conf as config file
This commit is contained in:
micha-bbg
2012-04-13 19:07:19 +02:00
parent 37c4b21ac3
commit b001b36f4a
7 changed files with 676 additions and 4 deletions

View File

@@ -74,11 +74,12 @@ class CFlashExpert : public CProgressWindow
void showFileSelector(const std::string & actionkey);
void readmtd(int readmtd);
void writemtd(const std::string & filename, int mtdNumber);
public:
CFlashExpert();
static CFlashExpert* getInstance();
int exec(CMenuTarget* parent, const std::string & actionKey);
void writemtd(const std::string & filename, int mtdNumber);
};