brcm47xx: verify also standard TRX images during sysupgrade
[openwrt/staging/lynxis.git] / target / linux / brcm47xx / base-files / lib / upgrade / platform.sh
index a4918c3513cfe5b5f532d3248fdc3b99710f476a..9b21e319bb6e50de6fe44cfc7890e4eb8715ade0 100644 (file)
@@ -119,6 +119,10 @@ platform_check_image() {
                        fi
                ;;
                "trx")
+                       if ! otrx -c "$1"; then
+                               echo "Invalid (corrupted?) TRX firmware"
+                               error=1
+                       fi
                ;;
                *)
                        echo "Invalid image type. Please use only .trx files"