From 000eda41c084bae95d9e40a570cbdaa5ffd3d22e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 18 Oct 2015 22:40:23 +0200 Subject: e2fsprogs/*: convert to new-style "one file" applets Signed-off-by: Denys Vlasenko --- e2fsprogs/fsck.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'e2fsprogs/fsck.c') diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c index d2d312e..adaf0c5 100644 --- a/e2fsprogs/fsck.c +++ b/e2fsprogs/fsck.c @@ -33,6 +33,17 @@ * spawns actual fsck.something for each filesystem to check. * It doesn't guess filesystem types from on-disk format. */ +//config:config FSCK +//config: bool "fsck" +//config: default y +//config: help +//config: fsck is used to check and optionally repair one or more filesystems. +//config: In actuality, fsck is simply a front-end for the various file system +//config: checkers (fsck.fstype) available under Linux. + +//applet:IF_FSCK(APPLET(fsck, BB_DIR_SBIN, BB_SUID_DROP)) + +//kbuild:lib-$(CONFIG_FSCK) += fsck.o //usage:#define fsck_trivial_usage //usage: "[-ANPRTV] [-C FD] [-t FSTYPE] [FS_OPTS] [BLOCKDEV]..." -- cgit v1.1