Config.in 335 B

123456789101112
  1. config 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. https://raid.wiki.kernel.org/index.php/A_guide_to_mdadm
  8. comment "mdadm needs a toolchain w/ dynamic library"
  9. depends on BR2_STATIC_LIBS
  10. depends on BR2_USE_MMU