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
|
2017-12-22 13:03:21 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
|
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
|
2018-08-17 11:14:33 +02:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
2017-12-22 13:03:21 +01:00
|
|
|
select BR2_PACKAGE_JSON_C
|
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-10-27 13:47:16 +02:00
|
|
|
comment "cryptsetup needs a toolchain w/ threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2017-12-22 13:03:21 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2017-10-27 13:47:16 +02:00
|
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|