diff options
Diffstat (limited to 'package/libnfc-llcp/Config.in')
-rw-r--r-- | package/libnfc-llcp/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/libnfc-llcp/Config.in b/package/libnfc-llcp/Config.in new file mode 100644 index 000000000..d59976a69 --- /dev/null +++ b/package/libnfc-llcp/Config.in @@ -0,0 +1,8 @@ +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/ |