From 7a15b79728a738665f65bd39c8b085d6b04375c9 Mon Sep 17 00:00:00 2001 From: Markus Mayer Date: Wed, 9 Jun 2021 16:48:19 -0700 Subject: [PATCH] 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 --- package/mtd/Config.in | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2