Merge branch 'ni/tuxbox' into ni/mp/tuxbox

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3d8073b910
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-23 (Tue, 23 May 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-05-23 17:59:21 +02:00
23 changed files with 121 additions and 50 deletions

View File

@@ -462,7 +462,9 @@ bool CFlashTool::check_md5( const std::string & filename, const std::string & sm
void CFlashTool::reboot()
{
printf("CFlashTool::reboot: start\n"); //NI
::reboot(RB_AUTOBOOT);
printf("CFlashTool::reboot: done\n"); //NI
::exit(0);
}