diff options
author | Dave Cottlehuber <dch@FreeBSD.org> | 2018-11-12 18:59:10 +0800 |
---|---|---|
committer | Dave Cottlehuber <dch@FreeBSD.org> | 2018-11-12 18:59:10 +0800 |
commit | 42b7343a759597d69eefe32631a3adb0c3225e64 (patch) | |
tree | 07160db595e03ac9114a3cc2af99ebb049c95d06 /sysutils/Makefile | |
parent | bd65d43fc92741972851a074d6731afcd3b34a16 (diff) | |
download | freebsd-ports-gnome-42b7343a759597d69eefe32631a3adb0c3225e64.tar.gz freebsd-ports-gnome-42b7343a759597d69eefe32631a3adb0c3225e64.tar.zst freebsd-ports-gnome-42b7343a759597d69eefe32631a3adb0c3225e64.zip |
sysutils/fwup: new port for managing embedded linux systems
fwup is a configurable image-based software update utility for embedded
Linux-based systems. It primarily supports software upgrade strategies
that update entire root filesystem images at once. This includes
strategies like swapping back and forth between A and B partitions,
recovery partitions, and various trial update/failback scenarios. All
software update information is combined into a ZIP archive that may
optionally be cryptographically signed. fwup has minimal dependencies
and runtime requirements.
WWW: https://github.com/fhunleth/fwup
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D17907
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 721acb96b30b..d2f11bbb29ba 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -412,6 +412,7 @@ SUBDIR += fusefs-wikipediafs SUBDIR += fusefs-zip SUBDIR += fvcool + SUBDIR += fwup SUBDIR += gaffitter SUBDIR += gai-leds SUBDIR += ganglia-monitor-core |