Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] mtd: add mtdpart option
@ 2015-08-04 11:19 Gustavo Zacarias
  2015-08-28 18:10 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2015-08-04 11:19 UTC (permalink / raw)
  To: buildroot

As pointed by J?rg Krause one of the novelties of the 1.5.2 release is
the new mtdpart tool, so add an option for it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/mtd/Config.in | 3 +++
 package/mtd/mtd.mk    | 1 +
 2 files changed, 4 insertions(+)

diff --git a/package/mtd/Config.in b/package/mtd/Config.in
index 6653464..6e4346f 100644
--- a/package/mtd/Config.in
+++ b/package/mtd/Config.in
@@ -71,6 +71,9 @@ config BR2_PACKAGE_MTD_MTD_DEBUG
 	bool "mtd_debug"
 	default y
 
+config BR2_PACKAGE_MTD_MTDPART
+	bool "mtdpart"
+
 config BR2_PACKAGE_MTD_NANDDUMP
 	bool "nanddump"
 	default y
diff --git a/package/mtd/mtd.mk b/package/mtd/mtd.mk
index edf6e08..fcd68ec 100644
--- a/package/mtd/mtd.mk
+++ b/package/mtd/mtd.mk
@@ -65,6 +65,7 @@ MTD_TARGETS_$(BR2_PACKAGE_MTD_FTL_FORMAT)	+= ftl_format
 MTD_TARGETS_$(BR2_PACKAGE_MTD_JFFS2DUMP)	+= jffs2dump
 MTD_TARGETS_$(BR2_PACKAGE_MTD_MKFSJFFS2)	+= mkfs.jffs2
 MTD_TARGETS_$(BR2_PACKAGE_MTD_MTD_DEBUG)	+= mtd_debug
+MTD_TARGETS_$(BR2_PACKAGE_MTD_MTDPART)		+= mtdpart
 MTD_TARGETS_$(BR2_PACKAGE_MTD_NANDDUMP)		+= nanddump
 MTD_TARGETS_$(BR2_PACKAGE_MTD_NANDTEST)		+= nandtest
 MTD_TARGETS_$(BR2_PACKAGE_MTD_NANDWRITE)	+= nandwrite
-- 
2.4.6

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

end of thread, other threads:[~2015-08-28 18:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 11:19 [Buildroot] [PATCH] mtd: add mtdpart option Gustavo Zacarias
2015-08-28 18:10 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox