2006-07-11 00:09:37 +02:00
|
|
|
config BR2_PACKAGE_DMRAID
|
|
|
|
bool "dmraid"
|
2014-03-17 22:46:53 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2
|
2013-02-05 09:00:22 +01:00
|
|
|
depends on BR2_USE_MMU # lvm2
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # lvm2
|
2009-06-15 15:52:54 +02:00
|
|
|
select BR2_PACKAGE_LVM2
|
2006-07-11 00:09:37 +02:00
|
|
|
help
|
2017-05-05 16:08:08 +02:00
|
|
|
dmraid discovers, activates, deactivates and displays
|
|
|
|
properties of software RAID sets (eg, ATARAID) and contained
|
|
|
|
DOS partitions.
|
2009-03-04 14:22:38 +01:00
|
|
|
|
|
|
|
dmraid uses the Linux device-mapper to create devices with
|
|
|
|
respective mappings for the ATARAID sets discovered.
|
2009-03-04 14:22:44 +01:00
|
|
|
|
2017-10-27 13:47:16 +02:00
|
|
|
comment "dmraid needs a toolchain w/ threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2017-10-27 13:47:16 +02:00
|
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|