summaryrefslogtreecommitdiffstats
path: root/package/btrfs-progs/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-21 23:59:54 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-22 13:34:15 +0200
commit237c8d6b0ced7954ef64bd8b4d82a95d93443a88 (patch)
treebe3a3d01e4cf229df7860596ef6842bd5830091d /package/btrfs-progs/Config.in
parent72bc28e0ddfb97a327a2bb5a2f98959abc88a612 (diff)
downloadbuildroot-237c8d6b0ced7954ef64bd8b4d82a95d93443a88.tar.gz
buildroot-237c8d6b0ced7954ef64bd8b4d82a95d93443a88.zip
btrfs-progs: make e2fsprogs an optional dependency
e2fsprogs is only needed to build the btrfs-convert program, that allows to convert an existing ext2 filesystem into a btrfs filesystem. Not everybody needs to do that and making this dependency optional is nicer, so this is what this patch does. Note that btrfs-progs also supports converting from reiserfs, which is why the --with-convert option supports a list of filesystems. Since Buildroot has no package for the reiserfs library, we for now only support the ext2 case, with e2fsprogs as a dependency. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/btrfs-progs/Config.in')
-rw-r--r--package/btrfs-progs/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/btrfs-progs/Config.in b/package/btrfs-progs/Config.in
index ad86bab580..35dfc39193 100644
--- a/package/btrfs-progs/Config.in
+++ b/package/btrfs-progs/Config.in
@@ -2,7 +2,6 @@ config BR2_PACKAGE_BTRFS_PROGS
bool "btrfs-progs"
depends on BR2_USE_MMU # util-linux
depends on BR2_TOOLCHAIN_HAS_THREADS
- select BR2_PACKAGE_E2FSPROGS
select BR2_PACKAGE_LZO
select BR2_PACKAGE_UTIL_LINUX
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
OpenPOWER on IntegriCloud