2013-08-08 19:50:27 +02:00
|
|
|
config BR2_PACKAGE_CRYPTSETUP
|
|
|
|
bool "cryptsetup"
|
2016-08-24 00:33:55 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2
|
|
|
|
depends on BR2_USE_MMU # lvm2
|
|
|
|
depends on !BR2_STATIC_LIBS # lvm2
|
2016-08-24 00:33:56 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # lvm2
|
2013-08-08 19:50:27 +02:00
|
|
|
select BR2_PACKAGE_POPT
|
|
|
|
select BR2_PACKAGE_LVM2
|
2015-07-02 15:18:44 +02:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
2013-11-11 17:23:23 +01:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2013-08-08 19:50:27 +02:00
|
|
|
help
|
|
|
|
This tool helps manipulate dm-crypt and luks partitions for
|
|
|
|
on-disk encryption.
|
|
|
|
|
2015-07-02 13:50:54 +02:00
|
|
|
https://gitlab.com/cryptsetup/cryptsetup
|
2013-08-08 19:50:27 +02:00
|
|
|
|
2017-04-26 09:26:47 +02:00
|
|
|
comment "cryptsetup needs a glibc or uClibc toolchain w/ threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2016-12-26 16:22:34 +01:00
|
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
|
2017-04-26 09:26:47 +02:00
|
|
|
|| BR2_TOOLCHAIN_USES_MUSL
|