mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 14:34:32 +04:00
Updated lpac to 2.2.1 and added support for custom ISD-R AIDs. This allows for a broader range of esim cards with non standard AIDs to be supported. See https://github.com/estkme-group/lpac/pull/181 for additional info. Signed-off-by: Dominik Borghorst <git@borghorst.net>
15 lines
325 B
Plaintext
15 lines
325 B
Plaintext
config global global
|
|
option apdu_backend 'uqmi'
|
|
option http_backend 'curl'
|
|
option apdu_debug '0'
|
|
option http_debug '0'
|
|
option custom_isd_r_aid 'A0000005591010FFFFFFFF8900000100'
|
|
|
|
config at at
|
|
option device '/dev/ttyUSB2'
|
|
option debug '0'
|
|
|
|
config uqmi uqmi
|
|
option device '/dev/cdc-wdm0'
|
|
option debug '0'
|