All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Mayer <mmayer@broadcom.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] mtd-utils-2.1.2: ubihealthd depends on ubifs support
Date: Wed,  9 Jun 2021 16:48:19 -0700	[thread overview]
Message-ID: <20210609234819.1860554-2-mmayer@broadcom.com> (raw)
In-Reply-To: <20210609234819.1860554-1-mmayer@broadcom.com>

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>
---
 package/mtd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mtd/Config.in b/package/mtd/Config.in
index c7ad3b3cdc9c..64a7ae19a7e2 100644
--- a/package/mtd/Config.in
+++ b/package/mtd/Config.in
@@ -139,6 +139,7 @@ config BR2_PACKAGE_MTD_UBIFORMAT
 
 config BR2_PACKAGE_MTD_UBIHEALTHD
 	bool "ubihealthd"
+	depends on BR2_PACKAGE_MTD_UBIFS_UTILS
 	default y
 
 config BR2_PACKAGE_MTD_UBIMKVOL
-- 
2.25.1

  reply	other threads:[~2021-06-09 23:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-09 23:48 [Buildroot] [PATCH 0/1] mtd-utils-2.1.2: ubihealthd depends on ubifs support Markus Mayer
2021-06-09 23:48 ` Markus Mayer [this message]
2021-06-10  4:36   ` [Buildroot] [PATCH 1/1] " Heiko Thiery
2021-06-10 18:56     ` Markus Mayer
2021-06-10 19:25   ` Heiko Thiery
2021-06-13 12:35   ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210609234819.1860554-2-mmayer@broadcom.com \
    --to=mmayer@broadcom.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.