|
@@ -3,7 +3,6 @@ config BR2_PACKAGE_LVM2
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
depends on BR2_USE_MMU # needs fork()
|
|
|
depends on !BR2_STATIC_LIBS # It fails to build statically
|
|
|
- select BR2_PACKAGE_LIBAIO
|
|
|
help
|
|
|
This is LVM2, the rewrite of The Linux Logical Volume Manager.
|
|
|
LVM supports enterprise level volume management of disk and
|
|
@@ -27,6 +26,7 @@ if BR2_PACKAGE_LVM2
|
|
|
config BR2_PACKAGE_LVM2_STANDARD_INSTALL
|
|
|
bool "standard install instead of only dmsetup"
|
|
|
default y
|
|
|
+ select BR2_PACKAGE_LIBAIO
|
|
|
help
|
|
|
Install the standard suite of lvm2 programs. When this option
|
|
|
is not set, only dmsetup is installed.
|