summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2007-03-09 12:33:51 +0000
committerLadislav Michl <ladis@linux-mips.org>2007-03-09 12:33:51 +0000
commit2717efb7a43fed32d52faa5a63d71607aacbc22a (patch)
tree4cb98e6a58936ddc601a29ab721c0167be2f1c6d /rules/e2fsprogs.in
parent6d52c5a55675e0c524603a960868c89973864edb (diff)
downloadptxdist-2717efb7a43fed32d52faa5a63d71607aacbc22a.tar.gz
ptxdist-2717efb7a43fed32d52faa5a63d71607aacbc22a.tar.xz
Upgrade to busybox-1.4.1
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7040 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/e2fsprogs.in')
-rw-r--r--rules/e2fsprogs.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index 0e9021020..54b3bb6f9 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -10,13 +10,13 @@ config E2FSPROGS_MKFS
prompt "Install mke2fs"
default y
depends on E2FSPROGS
- depends on !BB_CONFIG_MKE2FS
+ depends on !BB_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 BB_MKE2FS
depends on E2FSPROGS
config E2FSPROGS_E2FSCK
@@ -24,20 +24,20 @@ config E2FSPROGS_E2FSCK
prompt "Install e2fsck"
default y
depends on E2FSPROGS
- depends on !BB_CONFIG_E2FSCK
+ depends on !BB_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 BB_E2FSCK
depends on E2FSPROGS
config E2FSPROGS_TUNE2FS
bool
prompt "Install tune2fs, findfs, e2label"
depends on E2FSPROGS
- depends on !BB_CONFIG_TUNE2FS
+ depends on !BB_TUNE2FS
help
This will install /sbin/tune2fs, /sbin/findfs, /sbin/e2label
to your target. Please note, that all thre share the same
@@ -52,5 +52,5 @@ 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 BB_TUNE2FS
depends on E2FSPROGS