diff options
author | S-G Bergh | 2012-11-13 14:40:37 +0100 |
---|---|---|
committer | Denys Vlasenko | 2012-11-13 14:40:37 +0100 |
commit | e4b9451413013388757cf48fbb16d8137ddd1ccb (patch) | |
tree | d72b10d4d8f8e735ad720c411967d725056f568a /util-linux/Config.src | |
parent | 3f21044f20ef304309651bbdef8b275475f03a28 (diff) | |
download | busybox-e4b9451413013388757cf48fbb16d8137ddd1ccb.zip busybox-e4b9451413013388757cf48fbb16d8137ddd1ccb.tar.gz |
volume_id: add exFAT detection
function old new delta
volume_id_probe_exfat - 294 +294
Signed-off-by: S-G Bergh <sgb@systemasis.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r-- | util-linux/Config.src | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index 3355e97..e4516dd 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src @@ -734,6 +734,15 @@ config FEATURE_VOLUMEID_FAT help TODO +config FEATURE_VOLUMEID_EXFAT + bool "exFAT filesystem" + default y + depends on VOLUMEID + help + exFAT (extended FAT) is a proprietary file system designed especially + for flash drives. It has many features from NTFS, but with less + overhead. exFAT is used on most SDXC cards for consumer electronics. + config FEATURE_VOLUMEID_HFS bool "hfs filesystem" default y |