kumquat-buildroot/package/mdadm/Config.in
Baruch Siach f13153a8ff 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>
(cherry picked from commit 036dee02cd)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-09-01 22:38:18 +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