-rw-r--r-- | library/storage.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/library/storage.cpp b/library/storage.cpp index fcee689..9549ff3 100644 --- a/library/storage.cpp +++ b/library/storage.cpp @@ -149,3 +149,4 @@ void StorageInfo::update() || fs.left( 14 ) == "/dev/mmc/part1" - || fs.left(5)=="tmpfs" || fs.left(9)=="/dev/root" ) + || fs.left(5)=="tmpfs" || fs.left(11)=="/dev/mmcblk" + || fs.left(9)=="/dev/root" ) { @@ -198,3 +199,3 @@ void StorageInfo::update() } - else if ( disk.left( 14 ) == "/dev/mmc/part1" ) + else if ( disk.left( 14 ) == "/dev/mmc/part1" || disk.left(11) == "/dev/mmcblk" ) { |