forked from len0rd/rockbox
rbutil: allow checking bootloader installer capabilities
Instead of checking for certain hardcoded strings, fetch the actual capability bitmask by instantiating an installer and querying it. Change-Id: I7883d9c1e90da37ee7c0189732ac626685adbfa1
This commit is contained in:
parent
42999913ba
commit
cbb57fe714
6 changed files with 44 additions and 22 deletions
|
|
@ -67,8 +67,6 @@ class BootloaderInstallBase : public QObject
|
|||
// be modified for new targets
|
||||
static QString postinstallHints(QString model);
|
||||
|
||||
//! returns the correct BootloaderInstaller object for the requested type
|
||||
static BootloaderInstallBase* createBootloaderInstaller(QObject* parent,QString type);
|
||||
protected slots:
|
||||
void downloadReqFinished(int id, bool error);
|
||||
void downloadBlFinish(bool error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue