mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
Merge branch 'master' into pu/fb-modules
This commit is contained in:
@@ -177,7 +177,7 @@ bool CFlashTool::program( const std::string & filename, int globalProgressEndEra
|
||||
std::string flashfile;
|
||||
|
||||
bool skipCopy = false;
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
#ifdef BOXMODEL_CS_HD2
|
||||
if (strcmp(dn, "/tmp") != 0) {
|
||||
uint64_t btotal = 0, bused = 0;
|
||||
long bsize = 0;
|
||||
@@ -684,7 +684,7 @@ int CMTDInfo::getMTDEraseSize( const std::string & filename )
|
||||
|
||||
std::string CMTDInfo::findMTDsystem()
|
||||
{
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
#ifdef BOXMODEL_CS_HD2
|
||||
std::string sysfs = "root0";
|
||||
#else
|
||||
std::string sysfs = "systemFS";
|
||||
|
Reference in New Issue
Block a user