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.
|
|
|
|
|
2013-10-24 11:00:05 +02:00
|
|
|
http://nfc-tools.org/index.php?title=Libfreefare
|
2012-06-28 03:35:25 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libfreefare needs a toolchain w/ threads"
|
2012-06-28 03:35:25 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|