summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-04-22 18:22:19 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-04-23 08:32:18 +0200
commitd00f6ce1e06ef3b48b7ac117a2fb197fd04c9227 (patch)
treecfd4e409aa86875b08b04845d5c45d37d2114dae /rules/e2fsprogs.in
parent3aa14694255678fd838a0f58ee397b2cdb3d7cd0 (diff)
downloadptxdist-d00f6ce1e06ef3b48b7ac117a2fb197fd04c9227.tar.gz
ptxdist-d00f6ce1e06ef3b48b7ac117a2fb197fd04c9227.tar.xz
e2fsprogs: add missing busybox dependency
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/e2fsprogs.in')
-rw-r--r--rules/e2fsprogs.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index 3134c3e71..8654f763e 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -251,8 +251,12 @@ config E2FSPROGS_INSTALL_RESIZE2FS
help
Enable support for resize2fs program.
+comment "BusyBox' tune2fs is selected!"
+ depends on BUSYBOX_TUNE2FS
+
config E2FSPROGS_INSTALL_TUNE2FS
bool
+ depends on !BUSYBOX_TUNE2FS || ALLYES
select E2FSPROGS_LIBCOM_ERR
select E2FSPROGS_LIBE2P
select E2FSPROGS_LIBEXT2FS