<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/lpac/Config.in, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-04-03T23:32:23Z</updated>
<entry>
<title>lpac: Add support for MBIM backend</title>
<updated>2025-04-03T23:32:23Z</updated>
<author>
<name>Ryan Press</name>
</author>
<published>2025-03-31T13:59:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=864d80aaeb14c304e437762fc8465db006fb02c2'/>
<id>urn:sha1:864d80aaeb14c304e437762fc8465db006fb02c2</id>
<content type='text'>
Signed-off-by: Ryan Press &lt;ryan@presslab.us&gt;
</content>
</entry>
<entry>
<title>lpac: add uqmi backend</title>
<updated>2024-08-28T21:59:45Z</updated>
<author>
<name>David Bauer</name>
</author>
<published>2024-08-25T01:07:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e21bb35d6b23f0abaeb7d7219284607002ea8047'/>
<id>urn:sha1:e21bb35d6b23f0abaeb7d7219284607002ea8047</id>
<content type='text'>
This adds an additional OpenWrt specific backend to use lpac with the
uqmi tooling used by OpenWrt to manage QMI based modems.

This allows lpac to manage eUICC chips without the need for other,
potentially bigger, software using the installed modem.

Also set this backend as the new default, as users probably expect being
able to download profiles using their cellular modem.

Profile-Switching
-----------------
With some eUICC modem combinations you might require to powercycle the
UIM slot using uqmi after changing the active profile. To do this,
simply execute

$ uqmi -d /dev/cdc-wdm0 --uim-power-off --uim-slot=1
$ uqmi -d /dev/cdc-wdm0 --uim-power-on --uim-slot=1

Note
----
SM-DP+ might use encryption parameters which are incompatible with
mbedtls which cURL is by default compiled for.

This was observed when attempting to download a profile from
Vodafone DE.

If you encounter issues in that regard, try to install a version of
libcurl which is compiled with OpenSSL support.

Signed-off-by: David Bauer &lt;david.bauer@uniberg.com&gt;
</content>
</entry>
<entry>
<title>lpac: make APDU backends configurable</title>
<updated>2024-07-02T16:52:03Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-07-02T16:15:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=34f9d96b4cc304ae4e397407eadd3e205a49c9b9'/>
<id>urn:sha1:34f9d96b4cc304ae4e397407eadd3e205a49c9b9</id>
<content type='text'>
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 &lt;robert.marko@sartura.hr&gt;
</content>
</entry>
</feed>
