buildroot/package/mdadm/Config.in
Baruch Siach 036dee02cd package/mdadm: update website link
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>
2019-08-06 22:15:12 +02:00

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