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)
commit684dc97493f4edd7ac52b1d506cdefb2c3a010d2
tree8fb6055d8e2000afc5fb51dd889740bb4f8a5541
parenteb253eb1b364daae83e76a5b66f88d378afbe8cf
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