collections: Add luci-app-attendedsysupgrade as default
authorHauke Mehrtens <[email protected]>
Sat, 8 Nov 2025 21:29:52 +0000 (22:29 +0100)
committerHannu Nyman <[email protected]>
Sun, 9 Nov 2025 07:23:40 +0000 (09:23 +0200)
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 <[email protected]>
collections/luci-nginx/Makefile
collections/luci-ssl-openssl/Makefile
collections/luci-ssl/Makefile
collections/luci/Makefile

index 7f268d002bad99e4728c3b6967c3c8803f9e2021..c22a172422c7e4a2666d93cfac2cd5b090a68206 100644 (file)
@@ -15,6 +15,7 @@ LUCI_DEPENDS:= \
        +IPV6:luci-proto-ipv6 \
        +luci-app-firewall \
        +luci-app-package-manager \
+       +luci-app-attendedsysupgrade \
        +luci-mod-admin-full \
        +luci-proto-ppp \
        +luci-theme-bootstrap \
index df019b2ebb5a3a8da29c575962ab22fa7de989b3..0baae5aad8221e1e7dbe773b40e98cd29dc85ceb 100644 (file)
@@ -17,7 +17,8 @@ LUCI_DESCRIPTION:=LuCI with OpenSSL as the SSL backend (libustream-openssl). \
 LUCI_DEPENDS:=+luci-light \
        +libustream-openssl \
        +openssl-util \
-       +luci-app-package-manager
+       +luci-app-package-manager \
+       +luci-app-attendedsysupgrade
 
 PKG_LICENSE:=Apache-2.0
 
index 6c89b6abad39f8bce20719b41463fca130044296..2f6d75b0c05b911598b449dee6a78e6650313abd 100644 (file)
@@ -13,7 +13,8 @@ LUCI_TITLE:=LuCI with HTTPS support (mbedtls as SSL backend)
 LUCI_DEPENDS:=+luci-light \
        +libustream-mbedtls \
        +px5g-mbedtls \
-       +luci-app-package-manager
+       +luci-app-package-manager \
+       +luci-app-attendedsysupgrade
 
 PKG_LICENSE:=Apache-2.0
 
index 40414347c839b3c35c55e09e671df2dbd279ee6a..399f0a14407673cd7b2f77e3eda594fceedfd988 100644 (file)
@@ -13,7 +13,8 @@ LUCI_TITLE:=LuCI interface with Uhttpd as Webserver (default)
 LUCI_DESCRIPTION:=Standard OpenWrt set including package management and attended sysupgrades support
 LUCI_DEPENDS:= \
        +luci-light \
-       +luci-app-package-manager
+       +luci-app-package-manager \
+       +luci-app-attendedsysupgrade
 
 PKG_LICENSE:=Apache-2.0