1config BR2_PACKAGE_MDADM 2 bool "mdadm" 3 depends on !BR2_STATIC_LIBS # dlfcn.h 4 depends on BR2_USE_MMU # fork() 5 help 6 Utility for managing Linux Software RAID arrays. 7 8 https://raid.wiki.kernel.org/index.php/A_guide_to_mdadm 9 10comment "mdadm needs a toolchain w/ dynamic library" 11 depends on BR2_STATIC_LIBS 12 depends on BR2_USE_MMU 13