From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Thiery Date: Thu, 10 Jun 2021 06:36:24 +0200 Subject: [Buildroot] [PATCH 1/1] mtd-utils-2.1.2: ubihealthd depends on ubifs support In-Reply-To: <20210609234819.1860554-2-mmayer@broadcom.com> References: <20210609234819.1860554-1-mmayer@broadcom.com> <20210609234819.1860554-2-mmayer@broadcom.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hallo Markus, Am Do., 10. Juni 2021 um 01:54 Uhr schrieb Markus Mayer via buildroot : > > ubihealthd is only being built, if mtd-utils are being built > --with-ubifs. Reflect that dependency within buildroot. > This seems to fix the issue reported to the commiter: http://lists.busybox.net/pipermail/buildroot/2021-June/311951.html > Signed-off-by: Markus Mayer > --- > 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 Thanks -- Heiko