diff options
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 7cf17575c..578d059c1 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -239,6 +239,12 @@ config MKFS_VFAT help Utility to create FAT32 filesystems. +config MKFS_EXT2 + bool "mkfs_ext2" + default n + help + Utility to create EXT2 filesystems. + config GETOPT bool "getopt" default n |