pick mipsbox code from DDT, TangoCash and max10

Origin commit data
------------------
Commit: f3f0bdaddb
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-03 (Fri, 03 May 2019)

Origin message was:
------------------
- pick mipsbox code from DDT, TangoCash and max10
This commit is contained in:
vanhofen
2019-05-03 22:50:45 +02:00
parent 80a7e04688
commit f02215466f
25 changed files with 103 additions and 54 deletions

View File

@@ -214,7 +214,7 @@ void CHDDMenuHandler::getBlkIds()
hdd_s hdd;
hdd.devname = std::string(buff + 5);
#if HAVE_ARM_HARDWARE
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
if (strncmp(hdd.devname.c_str(), "mmcblk", 6) == 0)
continue;
#endif