[Buildroot] [PATCH 1/1] mtd-utils-2.1.2: ubihealthd depends on ubifs support

Markus Mayer mmayer at broadcom.com
Thu Jun 10 18:56:43 UTC 2021


On Wed, 9 Jun 2021 at 21:36, Heiko Thiery <heiko.thiery at gmail.com> wrote:

> > 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

Yes, it does look like it would address this issue. Have you been able
to confirm that it addresses the problem? If so, can you reply with a
Tested-by?

Thanks,
-Markus

> > Signed-off-by: Markus Mayer <mmayer at 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
>
> Thanks
> --
> Heiko



More information about the buildroot mailing list