lpac: make APDU backends configurable
authorRobert Marko <robert.marko@sartura.hr>
Tue, 2 Jul 2024 16:15:02 +0000 (18:15 +0200)
committerRosen Penev <rosenp@gmail.com>
Tue, 2 Jul 2024 16:52:03 +0000 (09:52 -0700)
commit34f9d96b4cc304ae4e397407eadd3e205a49c9b9
tree2f1de9055800e539cfcbbc865456ad23cf7ebf35
parent7224e0ff040bf260744a779ceadc7eb93fae1265
lpac: make APDU backends configurable

Currently, lpac will be built with the PCSC and AT APDU backends by default
and its not configurable in OpenWrt.

Since smart card reads are not really common on OpenWrt devices lets
disable PCSC backend by default so we dont have to include PCSC lib and
daemon by default.

AT backend is left enabled by default since it has no external dependecies
and all modems have it.

QMI over QRTR backend is not selectable even though it is part of the 2.0.2
relase since it requires unstable libqmi 1.35.4 or newer and we are still
using 1.34 stable branch.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
utils/lpac/Config.in [new file with mode: 0644]
utils/lpac/Makefile