Config.in 612 B

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