mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-21 02:52:50 -05:00
rbutil: enable "done" signal on bootloader uninstall
This allows to implement multi-stage uninstallers. Should not affect the behaviour on current targets. Change-Id: Idf8aec5caf76cf9317798890d094a7cebdbcabec
This commit is contained in:
parent
6a1644c52a
commit
5a673d6df2
7 changed files with 8 additions and 2 deletions
|
|
@ -175,6 +175,7 @@ bool BootloaderInstallImx::uninstall(void)
|
|||
emit logItem(tr("To uninstall, perform a normal upgrade with an unmodified "
|
||||
"original firmware."), LOGINFO);
|
||||
logInstall(LogRemove);
|
||||
emit done(true);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue