From eaf0d2242106fdaa5d91a03c4b7929b76497aaf2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 4 Jul 2016 12:20:54 +0200 Subject: [PATCH] bcm53xx: calculate Seama MD5 using content of kernel partition MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We don't want checksum to cover any part of UBI as even its part with SquashFS may be changed due to e.g. flash wearing. Signed-off-by: Rafał Miłecki --- target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc b/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc index 7056017107..16793ffa6b 100644 --- a/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc +++ b/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc @@ -3,5 +3,5 @@ kernel_size=$(sed -n 's/mtd[0-9]*: \([0-9a-f]*\).*"\(kernel\|linux\)".*/\1/p' /proc/mtd) mtd ${kernel_size:+-c 0x$kernel_size} fixtrx firmware && exit 0 -mtd fixseama firmware && exit 0 +mtd ${kernel_size:+-c 0x$kernel_size} fixseama firmware && exit 0 exit 1 -- 2.30.2