blob: f557926715315fd35884522dc5342f90133ae450 (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_LIBNFC_LLCP
bool "libnfc-llcp"
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
select BR2_PACKAGE_LIBNFC
help
Library extending libnfc with support for Logical Link Control
Protocol.
http://code.google.com/p/nfc-tools/source/browse/trunk/libnfc-llcp/
|