Config.in 259 B

12345678910
  1. comment "beecrypt needs a toolchain w/ threads"
  2. depends on !BR2_TOOLCHAIN_HAS_THREADS
  3. config BR2_PACKAGE_BEECRYPT
  4. bool "beecrypt"
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. help
  7. Beecrypt is a general-purpose cryptography library.
  8. http://beecrypt.sf.net