mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
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>
This commit is contained in:
parent
43f76947ac
commit
0d2e7522ed
@ -45,7 +45,10 @@ MTD_CONF_OPTS += --without-xattr
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
HOST_MTD_DEPENDENCIES = host-zlib host-lzo host-util-linux
|
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
|
MKFS_JFFS2 = $(HOST_DIR)/sbin/mkfs.jffs2
|
||||||
SUMTOOL = $(HOST_DIR)/sbin/sumtool
|
SUMTOOL = $(HOST_DIR)/sbin/sumtool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user