2013-08-08 13:50:27 -04: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 13:50:27 -04:00
|
|
|
select BR2_PACKAGE_POPT
|
|
|
|
|
select BR2_PACKAGE_LVM2
|
2015-07-02 16:18:44 +03:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
2013-08-08 13:50:27 -04:00
|
|
|
help
|
|
|
|
|
This tool helps manipulate dm-crypt and luks partitions for
|
|
|
|
|
on-disk encryption.
|
|
|
|
|
|
2015-07-02 14:50:54 +03:00
|
|
|
https://gitlab.com/cryptsetup/cryptsetup
|
2013-08-08 13:50:27 -04: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 20:52:34 +05:30
|
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
|
2017-04-26 09:26:47 +02:00
|
|
|
|| BR2_TOOLCHAIN_USES_MUSL
|