1*4882a593Smuzhiyunconfig BR2_PACKAGE_LUKSMETA 2*4882a593Smuzhiyun bool "luksmeta" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # cryptsetup -> lvm2 4*4882a593Smuzhiyun depends on BR2_USE_MMU # cryptsetup -> lvm2 5*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # cryptsetup -> lvm2 6*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 # cryptsetup -> json-c 7*4882a593Smuzhiyun select BR2_PACKAGE_CRYPTSETUP 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun LUKSMeta is a simple library and utility for storing 10*4882a593Smuzhiyun metadata in the LUKSv1 header. 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun https://github.com/latchset/luksmeta 13*4882a593Smuzhiyun 14*4882a593Smuzhiyuncomment "luksmeta needs a toolchain w/ threads, dynamic library" 15*4882a593Smuzhiyun depends on BR2_USE_MMU 16*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 17*4882a593Smuzhiyun depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS 18