summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-12-16 11:19:24 -0800
committerAndrei Gherzan <andrei@gherzan.com>2020-12-18 22:44:47 +0000
commit3e2a8534a6f00d66860a9fab4c59b3117ebda43a (patch)
treeddcb4a0a93c32c70d51d7285e6f83b03893532bb
parent3fe1f79ea2592213163f0f62a7c8fb1cb071850b (diff)
downloadmeta-raspberrypi-3e2a8534a6f00d66860a9fab4c59b3117ebda43a.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--recipes-kernel/linux/files/initramfs-image-bundle.cfg2
1 files changed, 2 insertions, 0 deletions
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 @@
1CONFIG_OVERLAY_FS=y 1CONFIG_OVERLAY_FS=y
2CONFIG_SQUASHFS=y 2CONFIG_SQUASHFS=y
3CONFIG_MTD=y
4CONFIG_MTD_UBI=y
3CONFIG_UBIFS_FS=y 5CONFIG_UBIFS_FS=y