summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.in
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2008-08-11 11:16:21 +0000
committerWolfram Sang <w.sang@pengutronix.de>2008-08-11 11:16:21 +0000
commit0255289d294cd89e693c39b08b8d743eb1f20307 (patch)
tree333b357de5699a8e49935275dc6ce00b1c307826 /rules/e2fsprogs.in
parent14c1bf9c9f66dea21bbbbded3d6add340666770e (diff)
downloadptxdist-0255289d294cd89e693c39b08b8d743eb1f20307.tar.gz
ptxdist-0255289d294cd89e693c39b08b8d743eb1f20307.tar.xz
* add proper fsck.* and mkfs.* symlinks for dos and ext2 tools
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8738 33e552b5-05e3-0310-8538-816dae2090ed
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