[mvebu]: handle sysupgrade tar files on the WRT1900AC
[15.05/openwrt.git] / target / linux / mvebu / base-files / lib / upgrade / platform.sh
index 532f598..f5e44c3 100755 (executable)
@@ -14,7 +14,7 @@ platform_check_image() {
 
        case "$board" in
        armada-xp-mamba )
-               [ "$magic_long" != "27051956" ] && {
+               [ "$magic_long" != "27051956" -a "$magic_long" != "73797375" ] && {
                        echo "Invalid image type."
                        return 1
                }