Build changes
- Add support for embedded Linux without X, dbus, udisks, ntp, etc. - Misc minor changes
This commit is contained in:
@@ -103,6 +103,12 @@ namespace Drivelist
|
||||
bdev["vendor"].toString().trimmed(),
|
||||
bdev["model"].toString().trimmed()
|
||||
};
|
||||
if (name == "/dev/mmcblk0")
|
||||
{
|
||||
dp.removeAll("");
|
||||
if (dp.empty())
|
||||
dp.append(QObject::tr("Internal SD card reader"));
|
||||
}
|
||||
|
||||
QString mp = bdev["mountpoint"].toString();
|
||||
if (!mp.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user