From 3e2a8534a6f00d66860a9fab4c59b3117ebda43a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 16 Dec 2020 11:19:24 -0800 Subject: initramfs-image-bundle: Add MTD_UBI CONFIG_UBIFS_FS is used as 'm' in defconfig and depends on MTD and MTD_UBI which is also 'm', inorder for it to include in kernel proper, set MTD_UBI=y and MTD=y as well. Signed-off-by: Khem Raj --- recipes-kernel/linux/files/initramfs-image-bundle.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/files/initramfs-image-bundle.cfg b/recipes-kernel/linux/files/initramfs-image-bundle.cfg index ea54003..8d3ad16 100644 --- a/recipes-kernel/linux/files/initramfs-image-bundle.cfg +++ b/recipes-kernel/linux/files/initramfs-image-bundle.cfg @@ -1,3 +1,5 @@ CONFIG_OVERLAY_FS=y CONFIG_SQUASHFS=y +CONFIG_MTD=y +CONFIG_MTD_UBI=y CONFIG_UBIFS_FS=y -- cgit v1.2.3-54-g00ecf