5276cb27c0
This patch adds the libnfc-llcp package. This package requires a minium libnfc version of 1.6. A separate patch has been submitted to bump the libnfc version; that patch should be regarded as a prerequisite for the present patch. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
config BR2_PACKAGE_LIBNFC_LLCP
|
|
bool "libnfc-llcp"
|
|
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/
|