diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-16 16:18:50 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-16 16:18:50 +0100 |
commit | 10880cc20ff424c5443a8fc6b6afa5c59c5ef602 (patch) | |
tree | 5f36a6d8872bdeb2e1955a181286ba0483c3160d /util-linux/Config.src | |
parent | 0581a2f3041184db1af997305908e211d3e4e34f (diff) | |
download | busybox-w32-10880cc20ff424c5443a8fc6b6afa5c59c5ef602.tar.gz busybox-w32-10880cc20ff424c5443a8fc6b6afa5c59c5ef602.tar.bz2 busybox-w32-10880cc20ff424c5443a8fc6b6afa5c59c5ef602.zip |
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 72d3be1f8..9bef0d532 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -272,13 +272,6 @@ config MKFS_REISER | |||
272 | Utility to create ReiserFS filesystems. | 272 | Utility to create ReiserFS filesystems. |
273 | Note: this applet needs a lot of testing and polishing. | 273 | Note: this applet needs a lot of testing and polishing. |
274 | 274 | ||
275 | config MKFS_VFAT | ||
276 | bool "mkfs_vfat" | ||
277 | default y | ||
278 | select PLATFORM_LINUX | ||
279 | help | ||
280 | Utility to create FAT32 filesystems. | ||
281 | |||
282 | config GETOPT | 275 | config GETOPT |
283 | bool "getopt" | 276 | bool "getopt" |
284 | default y | 277 | default y |