summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/e2fsprogs.in')
-rw-r--r--rules/e2fsprogs.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index 5a80608f1..14456c5bb 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -17,6 +17,11 @@ config E2FSPROGS_MKFS
This installs /sbin/mke2fs, the filesystem builder for
ext2 and ext3
+config E2FSPROGS_MKFS_EXT2
+ bool
+ prompt "create mkfs.ext2 link"
+ depends on E2FSPROGS_MKFS
+
comment "Busybox' mke2fs is selected"
depends on BB_CONFIG_MKE2FS
@@ -29,6 +34,11 @@ config E2FSPROGS_E2FSCK
This will install /sbin/e2fsck, the filesystem
checking and recovery tool for ext2 and ext3.
+config E2FSPROGS_E2FSCK_EXT2
+ bool
+ prompt "create fsck.ext2 link"
+ depends on E2FSPROGS_E2FSCK
+
comment "Busybox' e2fsck is selected"
depends on BB_CONFIG_E2FSCK