<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/protocols/luci-proto-qmi/htdocs, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2024-12-15T19:13:56Z</updated>
<entry>
<title>luci-base, luci-proto-*: rename getOpkgPackage -&gt; getPackageName</title>
<updated>2024-12-15T19:13:56Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-12-15T19:11:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=8d13ea410dcdfbca28fcd6099ce9acb641ac898c'/>
<id>urn:sha1:8d13ea410dcdfbca28fcd6099ce9acb641ac898c</id>
<content type='text'>
Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-proto-qmi: allow v6apn and (v6)profile configuration</title>
<updated>2023-06-08T23:22:03Z</updated>
<author>
<name>Lech Perczak</name>
</author>
<published>2023-06-08T22:57:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=c682e530e2b95af7768b6a0c74c942222e0cd78d'/>
<id>urn:sha1:c682e530e2b95af7768b6a0c74c942222e0cd78d</id>
<content type='text'>
To support split-APN dual-stack connections over QMI, add new parameters
supported in UCI to LuCI as well. Previously, connection profile wasn't
configurable from LuCI at all, so add options to set which APN profile
to match for each protocol.

Signed-off-by: Lech Perczak &lt;lech.perczak@gmail.com&gt;
</content>
</entry>
<entry>
<title>protocols: make APN option optional again</title>
<updated>2021-08-19T06:59:17Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2021-08-19T06:59:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=5ff3ef7cbb9719d3476feb836cac86ee421f666d'/>
<id>urn:sha1:5ff3ef7cbb9719d3476feb836cac86ee421f666d</id>
<content type='text'>
Fixes: #5284
Fixes: 1661ac6bf8 ("luci-proto-ncm: add APN and PIN validation")
Fixes: 114dc38dc2 ("luci-proto-qmi: add APN and PIN validation")
Fixes: 6a8ad40b05 ("luci-proto-3g: add APN and PIN validation")
Fixes: ebb676ef7b ("luci-proto-modemmanager: add APN and PIN validation")
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-proto-qmi: add APN and PIN validation</title>
<updated>2021-07-13T18:10:04Z</updated>
<author>
<name>Nicholas Smith</name>
</author>
<published>2021-06-11T12:41:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=114dc38dc2ce82a9f32fdc16adaa6f435ee36881'/>
<id>urn:sha1:114dc38dc2ce82a9f32fdc16adaa6f435ee36881</id>
<content type='text'>
Signed-off-by: Nicholas Smith &lt;nicholas@nbembedded.com&gt;
[squash commits, fix whitespace]
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>protocols: rename "device" option to "_modem_device"</title>
<updated>2021-06-01T13:34:11Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2021-06-01T13:31:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=96ee6dc8d6c9796ab67de6f313a068a4bd3bb20f'/>
<id>urn:sha1:96ee6dc8d6c9796ab67de6f313a068a4bd3bb20f</id>
<content type='text'>
This is required to resolve clashes with the generic "option device"
referring to netdev names in current netifd versions.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>protocols: fix interface.ipv6 vs. device.ipv6 option conflict</title>
<updated>2021-03-29T20:35:46Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2021-03-29T18:34:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=7d49508480446febe4ed0de929f83ea923c98324'/>
<id>urn:sha1:7d49508480446febe4ed0de929f83ea923c98324</id>
<content type='text'>
Ref: https://forum.openwrt.org/t/pppoe-disable-ipv6/92548
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-proto-qmi: add missing proto default options</title>
<updated>2020-11-06T10:51:15Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2020-11-06T10:51:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=fa702c0387dd09a43b1d447e627d118f782ac767'/>
<id>urn:sha1:fa702c0387dd09a43b1d447e627d118f782ac767</id>
<content type='text'>
This change add the following missing default options.
- defaulroute
- peerdns
- metric

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>luci-proto-qmi: remove the word 'both' from menu for improved i18n</title>
<updated>2019-10-23T04:34:22Z</updated>
<author>
<name>Nicholas Smith</name>
</author>
<published>2019-10-23T04:34:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=c607284d301917496b9568aff4f47b6b8261cbb2'/>
<id>urn:sha1:c607284d301917496b9568aff4f47b6b8261cbb2</id>
<content type='text'>
Signed-off-by: Nicholas Smith &lt;nicholas.smith@telcoantennas.com.au&gt;
</content>
</entry>
<entry>
<title>luci-proto-qmi: add PDP type option</title>
<updated>2019-10-23T04:31:19Z</updated>
<author>
<name>Nicholas Smith</name>
</author>
<published>2019-10-11T00:47:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=eb0c5c04e8fa55214d8d48b28a0a2d6db524d5e0'/>
<id>urn:sha1:eb0c5c04e8fa55214d8d48b28a0a2d6db524d5e0</id>
<content type='text'>
Signed-off-by: Nicholas Smith &lt;nicholas.smith@telcoantennas.com.au&gt;
</content>
</entry>
<entry>
<title>protocols: replace luci/getTTYDevices calls with generic file/list ones</title>
<updated>2019-09-10T13:29:04Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-09-08T14:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=9cae3b9e67aef68cd579213bee1865ce1b815027'/>
<id>urn:sha1:9cae3b9e67aef68cd579213bee1865ce1b815027</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
