mtd-utils-2.1.2: ubihealthd depends on ubifs support
authorMarkus Mayer <mmayer@broadcom.com>
Wed, 9 Jun 2021 23:48:19 +0000 (16:48 -0700)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 13 Jun 2021 12:34:04 +0000 (14:34 +0200)
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>
package/mtd/Config.in

index c7ad3b3cdc9c9cda0950ae3cb7e52cabf6ad45ce..26b7797718dc37e8a2c4108195ef4fd471313212 100644 (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"