scripts/om-fwupgradecfg-gen.sh: Fix u-boot image md5sum check
authorJohn Crispin <john@openwrt.org>
Mon, 14 Sep 2015 20:10:10 +0000 (20:10 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 14 Sep 2015 20:10:10 +0000 (20:10 +0000)
commit5798dfb846b8ddd04c39626444c195b0a280ee22
treeb4c0a9a02507bdfa1d2053bc2688bdf765988609
parentf582a93a6ae52c1dd5595f6add425f570f2ca667
scripts/om-fwupgradecfg-gen.sh: Fix u-boot image md5sum check

The u-boot on Open Mesh devices checks the whole transfered image against a
md5sum. This is stored inside the option filemd5sum inside the
fwupgrade.cfg. The bootloader will not check it when this setting is
missing and could therefore write invalid images to the flash.

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 46925
scripts/om-fwupgradecfg-gen.sh