[Buildroot] [git commit branch/next] mtd-utils-2.1.2: ubihealthd depends on ubifs support
From: Yann E. MORIN <hidden>
Date: 2021-08-03 23:04:14
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Yann E. MORIN <hidden>
Date: 2021-08-03 23:04:14
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=7a15b79728a738665f65bd39c8b085d6b04375c9 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next ubihealthd is only being built, if mtd-utils are being built --with-ubifs. Reflect that dependency within buildroot. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Tested-by: Heiko Thiery <redacted> [yann.morin.1998@free.fr: fix check-package] Signed-off-by: Yann E. MORIN <redacted> --- package/mtd/Config.in | 1 + 1 file changed, 1 insertion(+)
diff --git a/package/mtd/Config.in b/package/mtd/Config.in
index c7ad3b3cdc..26b7797718 100644
--- a/package/mtd/Config.in
+++ b/package/mtd/Config.in@@ -140,6 +140,7 @@ config BR2_PACKAGE_MTD_UBIFORMAT config BR2_PACKAGE_MTD_UBIHEALTHD bool "ubihealthd" default y + depends on BR2_PACKAGE_MTD_UBIFS_UTILS config BR2_PACKAGE_MTD_UBIMKVOL bool "ubimkvol"
_______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot