All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] mtd-utils-2.1.2: ubihealthd depends on ubifs support
@ 2021-06-13 12:34 Yann E. MORIN
  0 siblings, 0 replies; only message in thread
From: Yann E. MORIN @ 2021-06-13 12:34 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=7a15b79728a738665f65bd39c8b085d6b04375c9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <heiko.thiery@gmail.com>
[yann.morin.1998 at free.fr: fix check-package]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 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"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-13 12:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 12:34 [Buildroot] [git commit] mtd-utils-2.1.2: ubihealthd depends on ubifs support Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.