]> git.ipfire.org Git - thirdparty/openwrt.git/commit
treewide: validate unified uImage.FIT images before flashing 18371/head
authorDaniel Golle <daniel@makrotopia.org>
Sat, 29 Mar 2025 05:09:09 +0000 (05:09 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 21 Apr 2025 15:12:42 +0000 (16:12 +0100)
commit29ec74b8c7b775debeda7f32fd1f2601dd9b082f
tree442527c13ce04eae97761d97f4a08629c7a317ff
parent5175d0a62301ebb2fec6fa83b04946026ce91475
treewide: validate unified uImage.FIT images before flashing

Prevent flashing truncated or otherwise corrupted uImage.FIT images
by verifying checksums and hashes of all sub-images before flashing
using the newly packaged fit_check_sign tool.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/utils/fitblk/Makefile
package/utils/fitblk/files/fit.sh
target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh
target/linux/mediatek/mt7622/base-files/lib/upgrade/platform.sh
target/linux/mediatek/mt7623/base-files/lib/upgrade/platform.sh
target/linux/siflower/sf21/base-files/lib/upgrade/platform.sh