All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/mtd: add BR2_PACKAGE_MTD_UBIHEALTHD option
@ 2021-05-24 14:37 Xiaobing Luo
  2021-05-24 15:42 ` [Buildroot] [External] " Weber, Matthew L Collins
  0 siblings, 1 reply; 2+ messages in thread
From: Xiaobing Luo @ 2021-05-24 14:37 UTC (permalink / raw)
  To: buildroot

mtd-utils-2.1.2 add ubihealthd daemon
package/mtd: add BR2_PACKAGE_MTD_UBIHEALTHD option

Signed-off-by: Xiaobing Luo <luoxiaobing0926@gmail.com>
---
 package/mtd/Config.in | 4 ++++
 package/mtd/mtd.mk    | 1 +
 2 files changed, 5 insertions(+)

diff --git a/package/mtd/Config.in b/package/mtd/Config.in
index 590ca7f5ef..c7ad3b3cdc 100644
--- a/package/mtd/Config.in
+++ b/package/mtd/Config.in
@@ -137,6 +137,10 @@ config BR2_PACKAGE_MTD_UBIFORMAT
 	bool "ubiformat"
 	default y
 
+config BR2_PACKAGE_MTD_UBIHEALTHD
+	bool "ubihealthd"
+	default y
+
 config BR2_PACKAGE_MTD_UBIMKVOL
 	bool "ubimkvol"
 	default y
diff --git a/package/mtd/mtd.mk b/package/mtd/mtd.mk
index c4fa56d260..121dfa554b 100644
--- a/package/mtd/mtd.mk
+++ b/package/mtd/mtd.mk
@@ -96,6 +96,7 @@ MTD_TARGETS_$(BR2_PACKAGE_MTD_UBIATTACH)	+= ubiattach
 MTD_TARGETS_$(BR2_PACKAGE_MTD_UBICRC32)		+= ubicrc32
 MTD_TARGETS_$(BR2_PACKAGE_MTD_UBIDETACH)	+= ubidetach
 MTD_TARGETS_$(BR2_PACKAGE_MTD_UBIFORMAT)	+= ubiformat
+MTD_TARGETS_$(BR2_PACKAGE_MTD_UBIHEALTHD)	+= ubihealthd
 MTD_TARGETS_$(BR2_PACKAGE_MTD_UBIMKVOL)		+= ubimkvol
 MTD_TARGETS_$(BR2_PACKAGE_MTD_UBINFO)		+= ubinfo
 MTD_TARGETS_$(BR2_PACKAGE_MTD_UBINIZE)		+= ubinize
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-24 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210521152536.119635-1-luoxiaobing0926@gmail.com>
2021-05-21 16:10 ` [Buildroot] [External] [PATCH 1/1] package/mtd: add BR2_PACKAGE_MTD_UBIHEALTHD option Weber, Matthew L Collins
2021-05-24 14:37 [Buildroot] " Xiaobing Luo
2021-05-24 15:42 ` [Buildroot] [External] " Weber, Matthew L Collins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.