2013-08-08 19:50:27 +02:00
|
|
|
config BR2_PACKAGE_CRYPTSETUP
|
|
|
|
bool "cryptsetup"
|
|
|
|
select BR2_PACKAGE_LIBGCRYPT
|
|
|
|
select BR2_PACKAGE_POPT
|
|
|
|
select BR2_PACKAGE_LVM2
|
|
|
|
select BR2_PACKAGE_E2FSPROGS
|
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
|
|
|
depends on BR2_LARGEFILE # lvm2, util-linux
|
2014-03-17 22:46:53 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2
|
2014-02-23 23:58:07 +01:00
|
|
|
depends on BR2_USE_MMU # lvm2, e2fsprogs
|
2014-02-17 10:58:46 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB # lvm2
|
2013-08-08 19:50:27 +02:00
|
|
|
depends on BR2_USE_WCHAR # util-linux
|
|
|
|
help
|
|
|
|
This tool helps manipulate dm-crypt and luks partitions for
|
|
|
|
on-disk encryption.
|
|
|
|
|
|
|
|
https://code.google.com/p/cryptsetup/
|
|
|
|
|
2014-03-17 22:46:53 +01:00
|
|
|
comment "cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2014-03-17 22:46:53 +01:00
|
|
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || \
|
|
|
|
BR2_PREFER_STATIC_LIB || !BR2_TOOLCHAIN_HAS_THREADS
|