2012-06-08 05:37:25 +02:00
|
|
|
config BR2_PACKAGE_LIBFREEFARE
|
|
|
|
bool "libfreefare"
|
2012-06-28 03:35:25 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
2012-06-17 01:07:40 +02:00
|
|
|
select BR2_PACKAGE_OPENSSL
|
2012-06-08 05:37:25 +02:00
|
|
|
select BR2_PACKAGE_LIBNFC
|
|
|
|
help
|
|
|
|
Library for high level manipulation of MIFARE cards.
|
|
|
|
|
|
|
|
http://code.google.com/p/nfc-tools/wiki/libfreefare
|
2012-06-28 03:35:25 +02:00
|
|
|
|
|
|
|
comment "libfreefare needs a toolchain with thread support"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|