mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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 <owlsy@outlook.com.au>
This commit is contained in:
committed by
Paul Spooren
parent
3d5f717b7a
commit
2b817a493a
@@ -3,7 +3,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=attendedsysupgrade-common
|
PKG_NAME:=attendedsysupgrade-common
|
||||||
PKG_VERSION:=9
|
PKG_VERSION:=10
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@@ -18,27 +18,8 @@ define Package/attendedsysupgrade-common
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/attendedsysupgrade-common/description
|
define Package/attendedsysupgrade-common/description
|
||||||
Common needed files for attendedsysupgrade tool
|
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.
|
||||||
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
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|||||||
Reference in New Issue
Block a user