From 2b817a493a1ba0df5da628d1ba0fc5708366022a Mon Sep 17 00:00:00 2001 From: Joshua Criss Date: Sat, 4 Apr 2026 23:50:15 +1100 Subject: [PATCH] attendedsysupgrade-common: shorten Makefile desc Current description is getting cut off and is formatted incorrectly in LuCI when viewing packages. Rewrote description to shorten, correct and provide a more concise description that will work in LuCI. Signed-off-by: Joshua Criss --- utils/attendedsysupgrade-common/Makefile | 25 +++--------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/utils/attendedsysupgrade-common/Makefile b/utils/attendedsysupgrade-common/Makefile index 5701d73404..c74fa833dd 100644 --- a/utils/attendedsysupgrade-common/Makefile +++ b/utils/attendedsysupgrade-common/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=attendedsysupgrade-common -PKG_VERSION:=9 +PKG_VERSION:=10 PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk @@ -18,27 +18,8 @@ define Package/attendedsysupgrade-common endef define Package/attendedsysupgrade-common/description - Common needed files for attendedsysupgrade tool - - Manages dependencies and brings settings used by clients. - - UCI options: - - * attendedsysupgrade.server.url - URL of compatible upgrade server [1] - - * attendedsysupgrade.client.upgrade_packages - Client should request image also if no new release but new packages - upgrade are available. - - * attendedsysupgrade.client.advanced_mode - Offer advanced options like editing packages before request and show - additional information. - - * attendedsysupgrade.client.auto_search - Tells the client to automattically search for upgrades - - [1]: https://github.com/aparcar/asu + Common files needed for the attendedsysupgrade tool. Manages dependencies and brings settings used by clients. + UCI options include defining the URL of a compatible upgrade server, requesting an image even if there’s no new release but new package upgrades are available, offering advanced options like editing packages before a request and displaying additional information, and instructing the client to automatically search for upgrades. endef define Build/Compile