From dcf699c569cb34f895f9f00432268d83c9d2a206 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 8 Nov 2025 22:29:52 +0100 Subject: [PATCH] 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 --- collections/luci-nginx/Makefile | 1 + collections/luci-ssl-openssl/Makefile | 3 ++- collections/luci-ssl/Makefile | 3 ++- collections/luci/Makefile | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/collections/luci-nginx/Makefile b/collections/luci-nginx/Makefile index 7f268d002b..c22a172422 100644 --- a/collections/luci-nginx/Makefile +++ b/collections/luci-nginx/Makefile @@ -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 \ diff --git a/collections/luci-ssl-openssl/Makefile b/collections/luci-ssl-openssl/Makefile index df019b2ebb..0baae5aad8 100644 --- a/collections/luci-ssl-openssl/Makefile +++ b/collections/luci-ssl-openssl/Makefile @@ -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 diff --git a/collections/luci-ssl/Makefile b/collections/luci-ssl/Makefile index 6c89b6abad..2f6d75b0c0 100644 --- a/collections/luci-ssl/Makefile +++ b/collections/luci-ssl/Makefile @@ -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 diff --git a/collections/luci/Makefile b/collections/luci/Makefile index 40414347c8..399f0a1440 100644 --- a/collections/luci/Makefile +++ b/collections/luci/Makefile @@ -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 -- 2.30.2