Commit Graph

9 Commits

Author SHA1 Message Date
Hauke Mehrtens
dcf699c569 collections: Add luci-app-attendedsysupgrade as default
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 <hauke@hauke-m.de>
2025-11-09 09:23:40 +02:00
Robert Marko
9e70c9aed8 collections: select package manager for SSL collections
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 <robimarko@gmail.com>
2024-11-23 13:06:31 +01:00
Hannu Nyman
7550ad69af luci-ssl: switch to mbedtls
OpenWrt has switched the default SSL library to be mbedtls instead
of WolfSSL. To avoid the need of installing both SSL libraries,
switch luci-ssl to use the mbedtls variant of libustream and px5g.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2023-02-04 09:14:43 +02:00
Andre Heider
34dee82f29 luci-light: rework and reenable
The `luci` collection contains package management and attended
sysupgrades support, which are not that useful if not even undesired for
self-compiled images.

Rework the `luci-light` collection to exclude the two above mentioned
features, and make `luci` instead depend on the light collection in
additon to those features.

The `luci-ssl` and `luci-ssl-openssl` collections then only need
to depend on `luci-light`.

We now have three variants with won't pull in `luci-app-opkg` or
`luci-app-attendedsysupgrade`, making everybody happy.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2023-01-24 10:14:04 +01:00
Paul Spooren
e10f9545c0 luci-ssl: switch to WolfSSL
OpenWrt installs WolfSSL per default to offer WPA3. To save some space
switch to a WolfSSL based px5g implementation for self-signed
certificate generation instead of a MbedTLS version.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-08-31 13:01:55 +03:00
Florian Eckert
40aa47f10a luci-ssl: add license tag
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-06-13 13:40:35 +02:00
Jo-Philipp Wich
974194b440 luci-ssl: depend on mbedtTLS
LEDE uses mbedTLS as default SSL provider now and PolarSSL becomes EOL at the
end of 2016.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-12-22 16:48:37 +01:00
Hannu Nyman
67de9f4bca luci-ssl-openssl: Provide OpenSSL-based LuCI collection
Add a new OpenSSL-based collection that uses libustream-openssl
instead of the default libustream-polarssl.
(Note: px5g still needs libpolarssl, so both libs will be included)

Mention PolarSSL in the title of luci-ssl.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-10-03 21:09:08 +03:00
Jo-Philipp Wich
1bb4822dca Rework LuCI build system
* Rename subdirectories to their repective OpenWrt package names
 * Make each LuCI module its own standalone package
 * Deploy a shared luci.mk which is used by each module Makefile

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:26:20 +01:00