diff options
author | S-G Bergh <sgb@systemasis.org> | 2012-11-13 14:40:37 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-11-13 14:40:37 +0100 |
commit | e4b9451413013388757cf48fbb16d8137ddd1ccb (patch) | |
tree | d72b10d4d8f8e735ad720c411967d725056f568a /util-linux/Config.src | |
parent | 3f21044f20ef304309651bbdef8b275475f03a28 (diff) | |
download | busybox-w32-e4b9451413013388757cf48fbb16d8137ddd1ccb.tar.gz busybox-w32-e4b9451413013388757cf48fbb16d8137ddd1ccb.tar.bz2 busybox-w32-e4b9451413013388757cf48fbb16d8137ddd1ccb.zip |
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 3355e9729..e4516ddb7 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -734,6 +734,15 @@ config FEATURE_VOLUMEID_FAT | |||
734 | help | 734 | help |
735 | TODO | 735 | TODO |
736 | 736 | ||
737 | config FEATURE_VOLUMEID_EXFAT | ||
738 | bool "exFAT filesystem" | ||
739 | default y | ||
740 | depends on VOLUMEID | ||
741 | help | ||
742 | exFAT (extended FAT) is a proprietary file system designed especially | ||
743 | for flash drives. It has many features from NTFS, but with less | ||
744 | overhead. exFAT is used on most SDXC cards for consumer electronics. | ||
745 | |||
737 | config FEATURE_VOLUMEID_HFS | 746 | config FEATURE_VOLUMEID_HFS |
738 | bool "hfs filesystem" | 747 | bool "hfs filesystem" |
739 | default y | 748 | default y |