~vcs-imports/busybox/trunk

« back to all changes in this revision

Viewing changes to util-linux/mkfs_minix.c

  • Committer: Denys Vlasenko
  • Date: 2018-12-28 12:37:44 UTC
  • Revision ID: git-v1:df1ff103c9e0496e7de9528500cddff36701609e
config: add size information for three more applets

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 *      removed getopt based parser and added a hand rolled one.
64
64
 */
65
65
//config:config MKFS_MINIX
66
 
//config:       bool "mkfs_minix"
 
66
//config:       bool "mkfs.minix (10 kb)"
67
67
//config:       default y
68
68
//config:       select PLATFORM_LINUX
69
69
//config:       help