b108fdcb83
Conflicts: Makefile package/dmraid/Config.in package/gdb/Config.in.host package/linux-headers/linux-headers.mk package/python/python.mk package/python3/python3.mk package/rt-tests/Config.in package/sdl/sdl.mk package/systemd/systemd-01-fix-getty-unit.patch package/systemd/systemd-02-fix-page-size.patch package/systemd/systemd-03-uclibc-fix.patch package/udev/Config.in package/udisks/Config.in package/vlc/vlc.mk system/Config.in Quite some merge conflicts, hopefully I didn't screw up anything. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
569 B
Plaintext
17 lines
569 B
Plaintext
config BR2_PACKAGE_DMRAID
|
|
bool "dmraid"
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_USE_MMU # lvm2
|
|
depends on !BR2_PREFER_STATIC_LIB # lvm2
|
|
select BR2_PACKAGE_LVM2
|
|
help
|
|
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.
|
|
|
|
comment "dmraid needs a toolchain w/ largefile, dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_LARGEFILE || BR2_PREFER_STATIC_LIB
|