f40ffd17fc
Enable DES in openssl to fix build failure raised since commit
a83d41867c
Fixes:
- http://autobuild.buildroot.org/results/889ac8e5799e5b48c5964592acefb67feec1c021
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
config BR2_PACKAGE_LIBFREEFARE
|
|
bool "libfreefare"
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
|
|
select BR2_PACKAGE_LIBNFC
|
|
help
|
|
Library for high level manipulation of MIFARE cards.
|
|
|
|
http://nfc-tools.org/index.php?title=Libfreefare
|