summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-10-30 19:56:57 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-10-30 19:56:57 +0000
commit628d5f307afa435b5a6f539d9a95b149de900337 (patch)
treeadd6456a482278d39e82ca455d78bf32e2d844f3 /rules/e2fsprogs.in
parent24b7bf4e1384555047817846c7ebe209047df92f (diff)
downloadptxdist-628d5f307afa435b5a6f539d9a95b149de900337.tar.gz
ptxdist-628d5f307afa435b5a6f539d9a95b149de900337.tar.xz
e2fsprogs: Solve busybox conflict
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6252 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/e2fsprogs.in')
-rw-r--r--rules/e2fsprogs.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index fa0393137..f925438c1 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -10,23 +10,34 @@ config E2FSPROGS_MKFS
prompt "Install mke2fs"
default y
depends on E2FSPROGS
+ depends on !BB_CONFIG_MKE2FS
help
This installs /sbin/mke2fs, the filesystem builder for
ext2 and ext3
+comment "Busybox' mke2fs is selected"
+ depends on BB_CONFIG_MKE2FS
+ depends on E2FSPROGS
+
config E2FSPROGS_E2FSCK
bool
prompt "Install e2fsck"
default y
depends on E2FSPROGS
+ depends on !BB_CONFIG_E2FSCK
help
This will install /sbin/e2fsck, the filesystem
checking and recovery tool for ext2 and ext3.
+comment "Busybox' e2fsck is selected"
+ depends on BB_CONFIG_E2FSCK
+ depends on E2FSPROGS
+
config E2FSPROGS_TUNE2FS
bool
prompt "Install tune2fs, findfs, e2label"
depends on E2FSPROGS
+ depends on !BB_CONFIG_TUNE2FS
help
This will install /sbin/tune2fs, /sbin/findfs, /sbin/e2label
to your target. Please note, that all thre share the same
@@ -40,3 +51,6 @@ config E2FSPROGS_TUNE2FS
e2label can display and edit ext2 and ext3 filesystem labels.
+comment "Busybox' tune2fs is selected"
+ depends on BB_CONFIG_TUNE2FS
+ depends on E2FSPROGS