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/garrison_defconfig b/openpower/configs/garrison_defconfig
index 231af1a..d050a51 100644
--- a/openpower/configs/garrison_defconfig
+++ b/openpower/configs/garrison_defconfig
@@ -59,5 +59,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