Re: [LEDE-DEV] [PATCH fstools] libblkid-tiny: add support for NTFS superblock

2017-12-29 Thread John Crispin
On 25/12/17 20:52, Rafał Miłecki wrote: From: Rafał Miłecki Its copied from the util-linux project and its libblkid. Call to the blkid_probe_set_utf8label was commented out due to libblkid-tiny not supporting it yet. Signed-off-by: Rafał Miłecki Acked-by: John Crispin --- CMakeLists.tx

[LEDE-DEV] [PATCH fstools] libblkid-tiny: add support for NTFS superblock

2017-12-25 Thread Rafał Miłecki
From: Rafał Miłecki Its copied from the util-linux project and its libblkid. Call to the blkid_probe_set_utf8label was commented out due to libblkid-tiny not supporting it yet. Signed-off-by: Rafał Miłecki --- CMakeLists.txt| 1 + libblkid-tiny/libblkid-tiny.c | 1 + libblk