openwrtv4/package/system
Felix Fietkau 929641fa1f fwtool: add utility for appending and extracting firmware metadata/signatures
This will be used to append extra information to images which allows the
system to verify if an image is compatible with the system.

The extra data is appended to the end of the image, where it will be
ignored when upgrading from systems that do not process this data yet:

If the image is a squashfs or jffs2 image, the extra data will land
after the end-of-filesystem marker, where it will be overwritten once
the system boots for the first timee.

If the image is a sysupgrade tar file, tar will simply ignore the extra
data when unpacking.

The layout of the metadata/signature chunks is constructed in a way
that the last part contains just a magic and size information, so that
the tool can quickly check if any valid data is present without having
to do a pattern search throughout the full image.

Chunks also contain CRC32 information to detect file corruption, even
when the image is not signed.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-11-19 11:24:09 +01:00
..
ca-certificates ca-certificates: update to version 20161102 2016-11-08 10:49:51 +01:00
fstools fstools: add build-depends on util-linux 2016-11-01 09:52:03 +01:00
fwtool fwtool: add utility for appending and extracting firmware metadata/signatures 2016-11-19 11:24:09 +01:00
lede-keyring source: Switch to xz for packages and tools where possible 2016-10-06 12:16:56 +02:00
mountd source: Switch to xz for packages and tools where possible 2016-10-06 12:16:56 +02:00
mtd mtd: add fixwrgg command 2016-10-27 01:50:42 +03:00
opkg source: Switch to xz for packages and tools where possible 2016-10-06 12:16:56 +02:00
procd procd: update to the latest version, fixes a few minor service handling issues 2016-10-19 15:33:41 +02:00
rpcd source: Switch to xz for packages and tools where possible 2016-10-06 12:16:56 +02:00
ubox ubox: update to the latest version 2016-11-14 19:55:53 +01:00
ubus ubus: update to the latest version, adds a race fix for wait_for 2016-10-12 20:02:28 +02:00
uci source: Switch to xz for packages and tools where possible 2016-10-06 12:16:56 +02:00
usign source: Switch to xz for packages and tools where possible 2016-10-06 12:16:56 +02:00
zram-swap zram-swap: CONFIG_PROCD_ZRAM_TMPFS compatibility 2016-09-05 07:12:00 +02:00