diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 6bcb65297..4849ba0a4 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -51,6 +51,12 @@ static const struct Applet applets[] = { | |||
51 | #ifdef BB_FIND //usr/bin | 51 | #ifdef BB_FIND //usr/bin |
52 | {"find", find_main}, | 52 | {"find", find_main}, |
53 | #endif | 53 | #endif |
54 | #ifdef BB_FSCK_MINIX //sbin | ||
55 | {"fsck.minix", fsck_minix_main}, | ||
56 | #endif | ||
57 | #ifdef BB_MKFS_MINIX //sbin | ||
58 | {"mkfs.minix", mkfs_minix_main}, | ||
59 | #endif | ||
54 | #ifdef BB_GREP //bin | 60 | #ifdef BB_GREP //bin |
55 | {"grep", grep_main}, | 61 | {"grep", grep_main}, |
56 | #endif | 62 | #endif |