Move all to deprecated folder.
This commit is contained in:
15
deprecated/firmware/buildroot/package/ccid/Config.in
Normal file
15
deprecated/firmware/buildroot/package/ccid/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_CCID
|
||||
bool "ccid"
|
||||
select BR2_PACKAGE_PCSC_LITE
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
||||
depends on BR2_USE_MMU # pcsc-lite
|
||||
depends on !BR2_STATIC_LIBS # pcsc-lite
|
||||
help
|
||||
PC/SC driver for USB CCID smart card readers
|
||||
|
||||
http://pcsclite.alioth.debian.org/ccid.html
|
||||
|
||||
comment "ccid needs a toolchain w/ threads, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||
Reference in New Issue
Block a user