mtd-utils-2.1.2: ubihealthd depends on ubifs support

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@free.fr: fix check-package]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Markus Mayer 2021-06-09 16:48:19 -07:00 committed by Yann E. MORIN
parent 4de251ea41
commit 7a15b79728

View File

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