2006-07-11 00:09:37 +02:00
|
|
|
config BR2_PACKAGE_DMRAID
|
|
|
|
bool "dmraid"
|
2009-03-04 14:22:44 +01:00
|
|
|
depends on BR2_LARGEFILE
|
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
|
2009-03-04 14:22:38 +01:00
|
|
|
dmraid discovers, activates, deactivates and displays properties
|
|
|
|
of software RAID sets (eg, ATARAID) and contained DOS partitions.
|
|
|
|
|
|
|
|
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
|
|
|
|
2014-03-17 22:46:53 +01:00
|
|
|
comment "dmraid needs a toolchain w/ largefile, threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_LARGEFILE || BR2_STATIC_LIBS || \
|
2014-03-17 22:46:53 +01:00
|
|
|
!BR2_TOOLCHAIN_HAS_THREADS
|