summaryrefslogtreecommitdiffstats
path: root/package/mtd
diff options
context:
space:
mode:
authorEzequiel GarcĂ­a <ezequiel@vanguardiasur.com.ar>2014-01-28 08:39:21 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-02-02 23:02:19 +0100
commit5d5b468345d52c0e5888667a2287d11f7f598a5f (patch)
tree450002e90b762f32b8fa25ec562d418c8f0432cc /package/mtd
parent7229dc67bcf7da6fe88c52f3aa632f82eeda4331 (diff)
downloadbuildroot-5d5b468345d52c0e5888667a2287d11f7f598a5f.tar.gz
buildroot-5d5b468345d52c0e5888667a2287d11f7f598a5f.zip
mtd: Allow to select the host variant
If any of the post-image scripts wants to create mtd/ubi images, we need to expose an option for mtd-tools to be user-selectable. [Peter: fix include order] Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mtd')
-rw-r--r--package/mtd/Config.in.host6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/mtd/Config.in.host b/package/mtd/Config.in.host
new file mode 100644
index 0000000000..3752266156
--- /dev/null
+++ b/package/mtd/Config.in.host
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_HOST_MTD
+ bool "host mtd, jffs2 and ubi/ubifs tools"
+ help
+ Build mtd, jffs2 and ubi/ubifs tools
+
+ http://www.linux-mtd.infradead.org/
OpenPOWER on IntegriCloud