diff --git a/utils/attendedsysupgrade-common/Makefile b/utils/attendedsysupgrade-common/Makefile index 5701d73404b95..c74fa833ddd3a 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