summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.in
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2017-03-11 22:49:45 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-03-13 10:05:16 +0100
commit21977bee542c6d9ce318928513ed7f94373439a1 (patch)
tree5e22218d40908ad4f934352b18f33b47de9eef6a /rules/e2fsprogs.in
parent0f1ec2b90f04c09138c552d969c9957c07ad221f (diff)
downloadptxdist-21977bee542c6d9ce318928513ed7f94373439a1.tar.gz
ptxdist-21977bee542c6d9ce318928513ed7f94373439a1.tar.xz
e2fsprogs: add busybox guard
We can only install one mke2fs, the one from e2fsprogs or the one from busybox. Signed-off-by: Alexander Dahl <post@lespocky.de> 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 232d25f1e..18879ed91 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -200,8 +200,12 @@ config E2FSPROGS_INSTALL_LOGSAVE
+comment "BusyBox' mke2fs is selected!"
+ depends on BUSYBOX_MKE2FS
+
config E2FSPROGS_INSTALL_MKE2FS
bool
+ depends on !BUSYBOX_MKE2FS || ALLYES
select E2FSPROGS_LIBCOM_ERR
select E2FSPROGS_LIBE2P
select E2FSPROGS_LIBEXT2FS