From: Markus Mayer Date: Wed, 9 Jun 2021 23:48:19 +0000 (-0700) Subject: mtd-utils-2.1.2: ubihealthd depends on ubifs support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a15b79728a738665f65bd39c8b085d6b04375c9;p=buildroot.git 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 Tested-by: Heiko Thiery [yann.morin.1998@free.fr: fix check-package] Signed-off-by: Yann E. MORIN --- diff --git a/package/mtd/Config.in b/package/mtd/Config.in index c7ad3b3cdc..26b7797718 100644 --- a/package/mtd/Config.in +++ b/package/mtd/Config.in @@ -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"