scripts/om-fwupgradecfg-gen.sh: Fix u-boot image md5sum check
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Sep 2015 20:10:10 +0000 (20:10 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Sep 2015 20:10:10 +0000 (20:10 +0000)
commit5ea5edb47c718c185b719ad6f2136559af370009
tree8fb6055d8e2000afc5fb51dd889740bb4f8a5541
parent0cb304e600b5913dee3bab99037b96381bdadf99
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46925 3c298f89-4303-0410-b956-a3cf2f4a3e73
scripts/om-fwupgradecfg-gen.sh