2005-09-24 02:57:27 +02:00
|
|
|
config BR2_PACKAGE_MDADM
|
|
|
|
bool "mdadm"
|
2017-09-04 06:49:54 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
2013-11-21 12:17:53 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2005-09-24 02:57:27 +02:00
|
|
|
help
|
2013-03-07 01:21:05 +01:00
|
|
|
Utility for managing Linux Software RAID arrays.
|
2005-09-24 02:57:27 +02:00
|
|
|
|
2019-08-06 19:32:19 +02:00
|
|
|
https://raid.wiki.kernel.org/index.php/A_guide_to_mdadm
|
2017-09-04 06:49:54 +02:00
|
|
|
|
|
|
|
comment "mdadm needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
depends on BR2_USE_MMU
|