Commit 9cf1786b authored by Nigel Kukard's avatar Nigel Kukard Committed by Peter Korsgaard
Browse files

dmraid must now require lvm2 and not dm



As device-mapper has moved to lvm2, dmraid must now require lvm2.

Signed-off-by: default avatarNigel Kukard <nkukard@lbsd.net>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 03bcf762
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ comment "dmraid has no inherent support for AVR32"
config BR2_PACKAGE_DMRAID
	bool "dmraid"
	depends on BR2_LARGEFILE
	select BR2_PACKAGE_DM
	select BR2_PACKAGE_LVM2
	help
	  dmraid discovers, activates, deactivates and displays properties
	  of software RAID sets (eg, ATARAID) and contained DOS partitions.
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ DMRAID_SITE:=http://people.redhat.com/~heinzm/sw/dmraid/src
DMRAID_SUBDIR:=$(DMRAID_VERSION)
# lib and tools race with parallel make
DMRAID_MAKE = $(MAKE1)
DMRAID_DEPENDENCIES:=dm
DMRAID_DEPENDENCIES:=lvm2
DMRAID_INSTALL_STAGING:=yes

$(eval $(call AUTOTARGETS,package,dmraid))