package/mtd: disable crypto for host
Commitf1d1347bde
added the optional openssl dependency for mtd however nothing was done for host-mtd As a result, crypto support on host-mtd depends on the availability of host-openssl which is not listed in HOST_MTD_DEPENDENCIES Moreover, crypto support needs host linux-headers as it includes <linux/hash_info.h> since version 2.1.2 anda739b59efe
So just disable crypto support for host-mtd Fixes: - http://autobuild.buildroot.org/results/e581bd04e1902476afcdc9d9e34f5fb00fcd31be Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
0d887cc2b4
commit
5188d3a6ba
@ -56,6 +56,7 @@ HOST_MTD_DEPENDENCIES = host-zlib host-lzo host-util-linux host-zstd
|
||||
HOST_MTD_CONF_OPTS = \
|
||||
--with-jffs \
|
||||
--with-ubifs \
|
||||
--without-crypto \
|
||||
--disable-tests
|
||||
|
||||
MKFS_JFFS2 = $(HOST_DIR)/sbin/mkfs.jffs2
|
||||
|
Loading…
Reference in New Issue
Block a user