diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-16 16:12:11 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-16 16:12:11 +0100 |
commit | 0581a2f3041184db1af997305908e211d3e4e34f (patch) | |
tree | 4cadd22998d5f63d3743e0739f5b6963100f456a /util-linux/Config.src | |
parent | eb3fdc843e4a56740f2de41a0a7e37c25bde246c (diff) | |
download | busybox-w32-0581a2f3041184db1af997305908e211d3e4e34f.tar.gz busybox-w32-0581a2f3041184db1af997305908e211d3e4e34f.tar.bz2 busybox-w32-0581a2f3041184db1af997305908e211d3e4e34f.zip |
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 ee0d8a632..72d3be1f8 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -246,13 +246,6 @@ config FSCK_MINIX | |||
246 | check for and attempt to repair any corruption that occurs to a minix | 246 | check for and attempt to repair any corruption that occurs to a minix |
247 | filesystem. | 247 | filesystem. |
248 | 248 | ||
249 | config MKFS_EXT2 | ||
250 | bool "mkfs_ext2" | ||
251 | default y | ||
252 | select PLATFORM_LINUX | ||
253 | help | ||
254 | Utility to create EXT2 filesystems. | ||
255 | |||
256 | config MKFS_MINIX | 249 | config MKFS_MINIX |
257 | bool "mkfs_minix" | 250 | bool "mkfs_minix" |
258 | default y | 251 | default y |