toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / cryptsetup / Config.in
blobd2bf3b43a10dcded41eee648fd966ff121fa2264
1 config BR2_PACKAGE_CRYPTSETUP
2         bool "cryptsetup"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2
4         depends on BR2_USE_MMU # lvm2
5         depends on !BR2_STATIC_LIBS # lvm2
6         depends on !BR2_TOOLCHAIN_USES_MUSL # lvm2
7         depends on BR2_USE_WCHAR # util-linux
8         select BR2_PACKAGE_POPT
9         select BR2_PACKAGE_LVM2
10         select BR2_PACKAGE_UTIL_LINUX
11         select BR2_PACKAGE_UTIL_LINUX_LIBUUID
12         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
13         help
14           This tool helps manipulate dm-crypt and luks partitions for
15           on-disk encryption.
17           https://gitlab.com/cryptsetup/cryptsetup
19 comment "cryptsetup needs a glibc or uClibc toolchain w/ wchar, threads, dynamic library"
20         depends on BR2_USE_MMU
21         depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
22                 || BR2_TOOLCHAIN_USES_MUSL