summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-04-17 12:33:00 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-04-17 12:33:00 +0000
commitbdea095ddf9a02971c43fa798c00d2e871644f51 (patch)
treedbde0297d46aabb2d73051b8e320ddfaac6cb6ab /rules/e2fsprogs.in
parentb3221ec126317e8228475cdaa31e0dfc4658ee29 (diff)
downloadptxdist-bdea095ddf9a02971c43fa798c00d2e871644f51.tar.gz
ptxdist-bdea095ddf9a02971c43fa798c00d2e871644f51.tar.xz
[e2fsprogs] fix selects
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10297 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/e2fsprogs.in')
-rw-r--r--rules/e2fsprogs.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index 491842da6..825d2871c 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -91,7 +91,7 @@ menu "binaries "
config E2FSPROGS_INSTALL_CHATTR
bool
- select E2FSPROGS_LIBCOMM_ERR
+ select E2FSPROGS_LIBCOM_ERR
select E2FSPROGS_LIBE2P
prompt "chattr"
help
@@ -99,7 +99,7 @@ config E2FSPROGS_INSTALL_CHATTR
config E2FSPROGS_INSTALL_LSATTR
bool
- select E2FSPROGS_LIBCOMM_ERR
+ select E2FSPROGS_LIBCOM_ERR
select E2FSPROGS_LIBE2P
prompt "lsattr"
help
@@ -126,7 +126,7 @@ config E2FSPROGS_INSTALL_BLKID
bool
select E2FSPROGS_LIBBLKID
select E2FSPROGS_LIBCOM_ERR
- select E2FSPROBS_LIBEXT2FS
+ select E2FSPROGS_LIBEXT2FS
select E2FSPROGS_LIBUUID
prompt "blkid"
help
@@ -200,7 +200,7 @@ config E2FSPROGS_INSTALL_E2LABEL
select E2FSPROGS_LIBBLKID
select E2FSPROGS_LIBCOM_ERR
select E2FSPROGS_LIBE2P
- select E2FSPROBS_LIBEXT2FS
+ select E2FSPROGS_LIBEXT2FS
select E2FSPROGS_LIBUUID
prompt "e2label"
help
@@ -209,7 +209,7 @@ config E2FSPROGS_INSTALL_E2LABEL
config E2FSPROGS_INSTALL_E2UNDO
bool
select E2FSPROGS_LIBCOM_ERR
- select E2FSPROBS_LIBEXT2FS
+ select E2FSPROGS_LIBEXT2FS
prompt "e2undo"
help
Enable support for e2undo program.
@@ -225,7 +225,7 @@ config E2FSPROGS_INSTALL_FINDFS
select E2FSPROGS_LIBBLKID
select E2FSPROGS_LIBCOM_ERR
select E2FSPROGS_LIBE2P
- select E2FSPROBS_LIBEXT2FS
+ select E2FSPROGS_LIBEXT2FS
select E2FSPROGS_LIBUUID
prompt "findfs"
help
@@ -290,7 +290,7 @@ config E2FSPROGS_INSTALL_RESIZE2FS
bool
select E2FSPROGS_LIBCOM_ERR
select E2FSPROGS_LIBE2P
- select E2FSPROBS_LIBEXT2FS
+ select E2FSPROGS_LIBEXT2FS
prompt "resize2fs"
help
Enable support for resize2fs program.
@@ -300,7 +300,7 @@ config E2FSPROGS_INSTALL_TUNE2FS
select E2FSPROGS_LIBBLKID
select E2FSPROGS_LIBCOM_ERR
select E2FSPROGS_LIBE2P
- select E2FSPROBS_LIBEXT2FS
+ select E2FSPROGS_LIBEXT2FS
select E2FSPROGS_LIBUUID
prompt "tune2fs"
help
@@ -308,7 +308,7 @@ config E2FSPROGS_INSTALL_TUNE2FS
config E2FSPROGS_INSTALL_UUIDD
bool
- select E2FSPROGS_LIBUUIDD
+ select E2FSPROGS_LIBUUID
prompt "uuid"
help
Enable support for uuid program.