0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-07 10:55:28 +00:00
Files
packages/utils/lpac/files/lpac.uci
Ryan Press 864d80aaeb lpac: Add support for MBIM backend
Signed-off-by: Ryan Press <ryan@presslab.us>
2025-04-04 01:32:23 +02:00

19 lines
396 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'
config mbim mbim
option device '/dev/cdc-wdm0'
option proxy '1'