diff options
author | Denys Vlasenko | 2016-11-16 16:18:50 +0100 |
---|---|---|
committer | Denys Vlasenko | 2016-11-16 16:18:50 +0100 |
commit | 10880cc20ff424c5443a8fc6b6afa5c59c5ef602 (patch) | |
tree | 5f36a6d8872bdeb2e1955a181286ba0483c3160d /util-linux/Config.src | |
parent | 0581a2f3041184db1af997305908e211d3e4e34f (diff) | |
download | busybox-10880cc20ff424c5443a8fc6b6afa5c59c5ef602.zip busybox-10880cc20ff424c5443a8fc6b6afa5c59c5ef602.tar.gz |
Make mkfs.vfat and mkdosfs individually selectable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r-- | util-linux/Config.src | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index 72d3be1..9bef0d5 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src @@ -272,13 +272,6 @@ config MKFS_REISER Utility to create ReiserFS filesystems. Note: this applet needs a lot of testing and polishing. -config MKFS_VFAT - bool "mkfs_vfat" - default y - select PLATFORM_LINUX - help - Utility to create FAT32 filesystems. - config GETOPT bool "getopt" default y |