Merge "common: mkimage: Check ntfscp for making ntfs image"

This commit is contained in:
Jeffy Chen
2019-05-05 19:15:26 +08:00
committed by Gerrit Code Review

View File

@ -92,7 +92,7 @@ mkimage()
ntfs)
# Enable compression
mkntfs -FCQ $TARGET
if check_host_tool mke2fs; then
if check_host_tool ntfscp; then
copy_to_ntfs
else
copy_to_image