summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-02-09 15:15:44 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-02-09 15:15:44 +0100
commitf302bfa94fc00f97ff8e372f2d7cfcb35e0cc160 (patch)
treed26d11e39fc452bc96311d8e58b3360e049b3eeb /rules/e2fsprogs.in
parent7be11c578e00460a2fda9452fcaadf75dc3d9764 (diff)
parent6296f181b230945580f6a10cace3e5f470663bd1 (diff)
downloadptxdist-f302bfa94fc00f97ff8e372f2d7cfcb35e0cc160.tar.gz
ptxdist-f302bfa94fc00f97ff8e372f2d7cfcb35e0cc160.tar.xz
Merge branch 'virtual-uuid-blkid' into work/merge
Diffstat (limited to 'rules/e2fsprogs.in')
-rw-r--r--rules/e2fsprogs.in18
1 files changed, 2 insertions, 16 deletions
diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index 825d2871c..4fc989910 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -4,6 +4,8 @@ menuconfig E2FSPROGS
tristate
prompt "e2fsprogs "
select HOST_GETTEXT
+ select LIBBLKID if E2FSPROGS_LIBBLKID
+ select LIBUUID if E2FSPROGS_LIBUUID
help
The e2fsprogs package provides the filesystem utilities for use
with the ext2 filesystem. It also supports the ext3 filesystem
@@ -105,13 +107,6 @@ config E2FSPROGS_INSTALL_LSATTR
help
Enable support for lsattr program.
-config E2FSPROGS_INSTALL_UUIDGEN
- bool
- select E2FSPROGS_LIBUUID
- prompt "uuidgen"
- help
- Enable support for uuidgen program.
-
# -----
config E2FSPROGS_INSTALL_BADBLOCKS
@@ -122,15 +117,6 @@ config E2FSPROGS_INSTALL_BADBLOCKS
help
Enable support for badblocks program.
-config E2FSPROGS_INSTALL_BLKID
- bool
- select E2FSPROGS_LIBBLKID
- select E2FSPROGS_LIBCOM_ERR
- select E2FSPROGS_LIBEXT2FS
- select E2FSPROGS_LIBUUID
- prompt "blkid"
- help
- Enable support for blkid program.
config E2FSPROGS_INSTALL_DUMPE2FS
bool