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

Heiko Thiery heiko.thiery at gmail.com
Thu Jun 10 04:36:24 UTC 2021


Hallo Markus,

Am Do., 10. Juni 2021 um 01:54 Uhr schrieb Markus Mayer via buildroot
<buildroot at busybox.net>:
>
> 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 <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