]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/mdadm/Config.in
Update for 2018.05-rc2
[coffee/buildroot.git] / package / mdadm / Config.in
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
8           http://neil.brown.name/blog/mdadm
9
10 comment "mdadm needs a toolchain w/ dynamic library"
11         depends on BR2_STATIC_LIBS
12         depends on BR2_USE_MMU