mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-06 13:18:34 +02:00
neutrino: Rename hardware defined macros for coolstream stb
BOXMODEL_NEVIS => BOXMODEL_CS_HD1 BOXMODEL_APOLLO => BOXMODEL_CS_HD2
This commit is contained in:
@@ -233,7 +233,7 @@ bool CExtUpdate::applySettings()
|
||||
if (mtdFilename.empty())
|
||||
return ErrorReset(0, "error system mtd not found");
|
||||
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
#ifdef BOXMODEL_CS_HD2
|
||||
uint64_t mtdSize = 65536*1024; // FIXME hack, mtd size more than free RAM
|
||||
#else
|
||||
uint64_t mtdSize = mtdInfo->getMTDSize(mtdFilename);
|
||||
|
Reference in New Issue
Block a user