We can only install one mke2fs, the one from e2fsprogs or the one from
busybox.

Signed-off-by: Alexander Dahl <p...@lespocky.de>
---
 rules/e2fsprogs.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index 232d25f..18879ed 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
-- 
2.1.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to