<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/collections, 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>2026-03-04T19:34:46Z</updated>
<entry>
<title>luci-layer2: create a minimal collection for layer-2 devices</title>
<updated>2026-03-04T19:34:46Z</updated>
<author>
<name>Eric Fahlgren</name>
</author>
<published>2026-03-03T23:05:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=9f5df5515635f9a7fc262ab4482c5c3ec37ccf90'/>
<id>urn:sha1:9f5df5515635f9a7fc262ab4482c5c3ec37ccf90</id>
<content type='text'>
The current luci-light collection includes many router (layer-3)
specific package dependencies that are inappropriate for inclusion on
switches and APs.  Let's create an even lighter top-level package to
accommodate those devices as they rapidly are becoming more popular.

Signed-off-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-attendedsysupgrade: activate in buildbot</title>
<updated>2026-02-08T21:41:34Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2026-02-05T22:09:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=a0bad5ea0a3148b32c8747a4d734821abc571293'/>
<id>urn:sha1:a0bad5ea0a3148b32c8747a4d734821abc571293</id>
<content type='text'>
Instead of making the main LuCI packages depend on
luci-app-attendedsysupgrade, only activate it by default when BUILDBOT
is seletced.

This way it is not selected by default in custom builds, but it will be
automatically selected in builds with CONFIG_BUILDBOT set. Even when
CONFIG_BUILDBOT is set it is possible to deactivate it.

This still depends on LuCI, it will only be activated in OpenWrt release
builds which are build with LuCI and not in OpenWrt main branch builds.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>luci-app-dockerman: drop Lua</title>
<updated>2026-02-04T05:47:07Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2026-01-26T03:29:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=cc6fd25150526b37458997d51ad50156938237ab'/>
<id>urn:sha1:cc6fd25150526b37458997d51ad50156938237ab</id>
<content type='text'>
follow-up to JS conversion

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>collections: Add luci-app-attendedsysupgrade as default</title>
<updated>2025-11-09T07:23:40Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2025-11-08T21:29:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=dcf699c569cb34f895f9f00432268d83c9d2a206'/>
<id>urn:sha1:dcf699c569cb34f895f9f00432268d83c9d2a206</id>
<content type='text'>
Add the luci-app-attendedsysupgrade package as default package when
luci-app-package-manager is already added.

This should spread the usage of ASU more in the next release.

This adds the following 3 packages to the default LuCi image:
5131 bin/packages/aarch64_cortex-a53/base/rpcd-mod-rpcsys-2025.11.07~91700007-r1.apk
8781 bin/packages/aarch64_cortex-a53/luci/luci-app-attendedsysupgrade-25.302.55139~cf868f4.apk
1322 bin/packages/aarch64_cortex-a53/packages/attendedsysupgrade-common-9.apk

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>collections/luci-nginx: reorganizes dependencies into sorted single lines</title>
<updated>2025-10-26T17:34:33Z</updated>
<author>
<name>9Lukas5</name>
</author>
<published>2025-10-08T10:54:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=5773ba909e4cf0c4fc7ac5a7e79660690ff1481a'/>
<id>urn:sha1:5773ba909e4cf0c4fc7ac5a7e79660690ff1481a</id>
<content type='text'>
Signed-off-by: 9Lukas5 &lt;lukas.wiest@infinite-tech.solutions&gt;
</content>
</entry>
<entry>
<title>collections: select package manager for SSL collections</title>
<updated>2024-11-23T12:06:31Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-11-21T21:17:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=9e70c9aed8b0c87a4c5f03eb0cfbca9f6970192a'/>
<id>urn:sha1:9e70c9aed8b0c87a4c5f03eb0cfbca9f6970192a</id>
<content type='text'>
Currently, the regular and nginx collections include package manager
by default but SSL collections dont, so lets include package manager on
SSL collections as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-nginx: rename luci-app-opkg to luci-app-package-manager</title>
<updated>2024-10-24T13:08:00Z</updated>
<author>
<name>hnyyghk</name>
</author>
<published>2024-10-24T05:12:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=0535c074600a63ee8f6ee0c77ffd98249217c772'/>
<id>urn:sha1:0535c074600a63ee8f6ee0c77ffd98249217c772</id>
<content type='text'>
Rename luci-app-opkg to luci-app-package-manager.

Signed-off-by: hnyyghk &lt;i@5icodes.com&gt;
</content>
</entry>
<entry>
<title>luci-app-package-manager: rename from luci-app-opkg and add APK support</title>
<updated>2024-10-23T22:05:19Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2024-10-22T23:29:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=bcd13b918e2f30b8d19027a06e3d773a1b0ec4c0'/>
<id>urn:sha1:bcd13b918e2f30b8d19027a06e3d773a1b0ec4c0</id>
<content type='text'>
Rename luci-app-opkg to luci-app-package-manager and add APK support to
it.

The idea is to adapt APK to mimic OPKG output to require minimal changes
to the luci app.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>collections: drop luci-ssl-nginx</title>
<updated>2024-04-20T21:36:28Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2024-04-20T21:36:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=218bdbb89c1848147b838949a2c6315fddb056ea'/>
<id>urn:sha1:218bdbb89c1848147b838949a2c6315fddb056ea</id>
<content type='text'>
Since upstream commit
https://github.com/openwrt/packages/commit/f5d7a26531aa0e6fdade9836dfef3450fb007b01
it is not possible to ship non-ssl nginx flavors anymore.

Drop the luci-ssl-nginx collection, retain just luci-nginx and let it provide
a virtual luci-ssl-nginx package for backwards compatibility.

Fixes: #7024
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-ssl-openssl: add missing license information</title>
<updated>2024-03-19T12:41:25Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2024-03-19T12:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=320744fdf5dcb219e0bf2f1a56ba24aa7a9ff204'/>
<id>urn:sha1:320744fdf5dcb219e0bf2f1a56ba24aa7a9ff204</id>
<content type='text'>
Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
</feed>
