diff options
author | Denys Vlasenko | 2016-11-16 16:12:11 +0100 |
---|---|---|
committer | Denys Vlasenko | 2016-11-16 16:12:11 +0100 |
commit | 0581a2f3041184db1af997305908e211d3e4e34f (patch) | |
tree | 4cadd22998d5f63d3743e0739f5b6963100f456a /util-linux/Config.src | |
parent | eb3fdc843e4a56740f2de41a0a7e37c25bde246c (diff) | |
download | busybox-0581a2f3041184db1af997305908e211d3e4e34f.zip busybox-0581a2f3041184db1af997305908e211d3e4e34f.tar.gz |
Make mke2fs and mkfs.ext2 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 ee0d8a6..72d3be1 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src @@ -246,13 +246,6 @@ config FSCK_MINIX check for and attempt to repair any corruption that occurs to a minix filesystem. -config MKFS_EXT2 - bool "mkfs_ext2" - default y - select PLATFORM_LINUX - help - Utility to create EXT2 filesystems. - config MKFS_MINIX bool "mkfs_minix" default y |