10 lines
287 B
Plaintext
10 lines
287 B
Plaintext
config BR2_PACKAGE_DM
|
|
bool "dm"
|
|
depends on BR2_LARGEFILE
|
|
help
|
|
The Device-mapper is a new component of the linux kernel that
|
|
supports logical volume management. It is required by LVM2 and EVMS.
|
|
|
|
comment "dm requires a toolchain with LARGEFILE support"
|
|
depends on !BR2_LARGEFILE
|