|
@@ -98,6 +98,17 @@ comment "build, or run, in unpredictable ways. "
|
|
|
comment "----------------------------------------------------"
|
|
|
endif
|
|
|
|
|
|
+###############################################################################
|
|
|
+config BR2_PACKAGE_LIBNFC_LLCP
|
|
|
+ bool "libnfc-llcp has been removed"
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
|
|
+ select BR2_PACKAGE_LIBNFC
|
|
|
+ select BR2_LEGACY
|
|
|
+ help
|
|
|
+ The 'libnfc-llcp' package has been removed since upstream renamed
|
|
|
+ to 'libllcp'. We have added a new package for 'libllcp' and bumped
|
|
|
+ the version at the same time.
|
|
|
+
|
|
|
###############################################################################
|
|
|
comment "Legacy options removed in 2014.02"
|
|
|
|