mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
036dee02cd
Neil Brown no longer maintains mdadm. The old website refers to a stale git repository. There is nothing else but this wiki page to serve as a website. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
335 B
Plaintext
13 lines
335 B
Plaintext
config BR2_PACKAGE_MDADM
|
|
bool "mdadm"
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
Utility for managing Linux Software RAID arrays.
|
|
|
|
https://raid.wiki.kernel.org/index.php/A_guide_to_mdadm
|
|
|
|
comment "mdadm needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|
|
depends on BR2_USE_MMU
|