summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-09-02 15:19:05 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-24 21:37:18 +0100
commit0d2e7522ed18a1bd06aa9bd22c46e71d90bcf0bd (patch)
tree7343b588360bda36a21f09a5a9028ada23a54d64
parent43f76947ac2a05f24c3129db1bb690aad65e9474 (diff)
downloadbuildroot-0d2e7522ed18a1bd06aa9bd22c46e71d90bcf0bd.tar.gz
buildroot-0d2e7522ed18a1bd06aa9bd22c46e71d90bcf0bd.zip
mtd: be explicit about config options for the host
Instead of letting auto-detection do its job, be explicit about the fact that we want the JFFS2 and UBIFS utilities when building the host variant of mtd. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/mtd/mtd.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/mtd/mtd.mk b/package/mtd/mtd.mk
index a69ef4082e..7094aad89e 100644
--- a/package/mtd/mtd.mk
+++ b/package/mtd/mtd.mk
@@ -45,7 +45,10 @@ MTD_CONF_OPTS += --without-xattr
endif
HOST_MTD_DEPENDENCIES = host-zlib host-lzo host-util-linux
-HOST_MTD_CONF_OPTS = --disable-tests
+HOST_MTD_CONF_OPTS = \
+ --with-jffs \
+ --with-ubifs \
+ --disable-tests
MKFS_JFFS2 = $(HOST_DIR)/sbin/mkfs.jffs2
SUMTOOL = $(HOST_DIR)/sbin/sumtool
OpenPOWER on IntegriCloud