mirror of
https://github.com/openwrt/packages.git
synced 2025-07-23 13:41:37 +00:00
28 lines
568 B
Plaintext
28 lines
568 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_lpac
|
|
|
|
config LPAC_WITH_PCSC
|
|
bool "Include APDU PCSC Backend support"
|
|
default n
|
|
help
|
|
Compile LPAC with APDU PCSC Backend support.
|
|
|
|
config LPAC_WITH_AT
|
|
bool "Include APDU AT Backend support"
|
|
default y
|
|
help
|
|
Compile LPAC with APDU AT Backend support.
|
|
|
|
config LPAC_WITH_UQMI
|
|
bool "Include APDU uqmi Backend support"
|
|
default y
|
|
help
|
|
Compile LPAC with APDU uqmi Backend support.
|
|
|
|
config LPAC_WITH_MBIM
|
|
bool "Include APDU MBIM Backend support"
|
|
default y
|
|
help
|
|
Compile LPAC with APDU MBIM Backend support.
|
|
endmenu
|