diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-07-04 12:20:54 +0200 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2016-07-04 12:32:12 +0200 |
commit | eaf0d2242106fdaa5d91a03c4b7929b76497aaf2 (patch) | |
tree | b0cb1a1aad13d89850f35d95b816f110c7973c23 /target/linux/bcm53xx/base-files/etc/uci-defaults | |
parent | 3c014dc3066bf03781b971237c591a8db7fc85bc (diff) | |
download | mtk-20170518-eaf0d2242106fdaa5d91a03c4b7929b76497aaf2.zip mtk-20170518-eaf0d2242106fdaa5d91a03c4b7929b76497aaf2.tar.gz mtk-20170518-eaf0d2242106fdaa5d91a03c4b7929b76497aaf2.tar.bz2 |
bcm53xx: calculate Seama MD5 using content of kernel partition
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 <zajec5@gmail.com>
Diffstat (limited to 'target/linux/bcm53xx/base-files/etc/uci-defaults')
-rw-r--r-- | target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc | 2 |
1 files changed, 1 insertions, 1 deletions
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 7056017..16793ff 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 |