aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.src
diff options
context:
space:
mode:
authorS-G Bergh <sgb@systemasis.org>2012-11-13 14:40:37 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2012-11-13 14:40:37 +0100
commite4b9451413013388757cf48fbb16d8137ddd1ccb (patch)
treed72b10d4d8f8e735ad720c411967d725056f568a /util-linux/Config.src
parent3f21044f20ef304309651bbdef8b275475f03a28 (diff)
downloadbusybox-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.src9
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src
index 3355e9729..e4516ddb7 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