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 | |||
239 | help | 239 | help |
240 | Utility to create FAT32 filesystems. | 240 | Utility to create FAT32 filesystems. |
241 | 241 | ||
242 | config MKFS_EXT2 | ||
243 | bool "mkfs_ext2" | ||
244 | default n | ||
245 | help | ||
246 | Utility to create EXT2 filesystems. | ||
247 | |||
242 | config GETOPT | 248 | config GETOPT |
243 | bool "getopt" | 249 | bool "getopt" |
244 | default n | 250 | default n |