Add dependencies for software RAID
Petitboot can support filesystems on software RAID arrays, but needs
mdadm and the associated udev rules to assemble the device.
Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com>
diff --git a/openpower/configs/openpower_mambo_defconfig b/openpower/configs/openpower_mambo_defconfig
index 1f2773e..24372b6 100644
--- a/openpower/configs/openpower_mambo_defconfig
+++ b/openpower/configs/openpower_mambo_defconfig
@@ -49,5 +49,6 @@
BR2_PACKAGE_PETITBOOT=y
BR2_PACKAGE_IPMITOOL=y
BR2_PACKAGE_POWERPC_UTILS=y
+BR2_PACKAGE_MDADM=y
BR2_TARGET_ROOTFS_CPIO_XZ=y
BR2_TARGET_ROOTFS_INITRAMFS=y