Searched refs:md5_img (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/atheros/base-files/lib/upgrade/
H A Dplatform.sh39 local md5_img=$(dd if="$1" bs=2 skip=9 count=16 2>/dev/null)
42 if [ -n "$md5_img" -a -n "$md5_chk" ] && [ "$md5_img" = "$md5_chk" ]; then
45 echo "Invalid image. Contents do not match checksum (image:$md5_img calculated:$md5_chk)"
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/base-files/lib/upgrade/
H A Ddir825.sh106 local md5_img=$(dd if="$1" bs=2 skip=9 count=16 2>/dev/null)
119 if [ -z "$md5_img" -o -z "$md5_chk" ]; then
124 if [ "$md5_img" != "$md5_chk" ]; then
125 echo "Invalid image. Contents do not match checksum (image:$md5_img calculated:$md5_chk)"
H A Dplatform.sh237 local md5_img=$(dd if="$1" bs=2 skip=9 count=16 2>/dev/null)
240 if [ -n "$md5_img" -a -n "$md5_chk" ] && [ "$md5_img" = "$md5_chk" ]; then
243 echo "Invalid image. Contents do not match checksum (image:$md5_img calculated:$md5_chk)"
/netgear-R7800-V1.0.2.28/target/linux/cns3xxx/base-files/lib/upgrade/
H A Dplatform.sh81 local md5_img=$(dd if="$1" bs=2 skip=9 count=16 2>/dev/null)
84 if [ -n "$md5_img" -a -n "$md5_chk" ] && [ "$md5_img" = "$md5_chk" ]; then
87 echo "Invalid image. Contents do not match checksum (image:$md5_img calculated:$md5_chk)"

Completed in 31 milliseconds