dmraid: fix build & convert to Makefile.autotools.in

Patch by Olaf Rempel <razzor@kopf-tisch.de>

- was not building at all (x86 uclibc)
- adding devicemapper dependency
This commit is contained in:
Peter Korsgaard
2009-03-04 13:22:38 +00:00
parent 624b1c4cf1
commit 39fc310669
4 changed files with 30 additions and 61 deletions

View File

@@ -5,4 +5,8 @@ config BR2_PACKAGE_DMRAID
bool "dmraid"
select BR2_PACKAGE_DM
help
Device-Mapper Software RAID support tool/
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.