tools/firmware-utils: Allow changing the CRC32 poly value in mkbrnimg
authorJohn Crispin <john@openwrt.org>
Wed, 3 Jun 2015 13:58:48 +0000 (13:58 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 3 Jun 2015 13:58:48 +0000 (13:58 +0000)
commitc982082d524b9ef813ff25edb400cd88f47cfc55
tree03087561901b8501e9912758fb5ca1b484325d27
parente2c07db61d818b10a59e379751d2a70026876d13
tools/firmware-utils: Allow changing the CRC32 poly value in mkbrnimg

VGV7519 is currently the only device with brnboot support. It seems to
be happy with 0x2083b8ed as CRC32 poly. However, VGV7510KW22 fails to
validate the checksum - it requires 0x04c11db7 instead.

I have built an brnboot image manually on the command line, once with
the old code and then with the new code but passing the old CRC32
poly value. Both resulted in a brnboot image with the same sha1sum.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 45881
tools/firmware-utils/src/mkbrnimg.c