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