attendedsysupgrade-common: shorten Makefile desc
authorJoshua Criss <redacted>
Sat, 4 Apr 2026 12:50:15 +0000 (23:50 +1100)
committerPaul Spooren <redacted>
Sun, 5 Apr 2026 13:10:34 +0000 (15:10 +0200)
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 <redacted>
utils/attendedsysupgrade-common/Makefile

index 5701d73404b95d9f86907e656294e067c87d24f7..c74fa833ddd3ae1c1eb695305ddb0fc7632c4c96 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT