Index: /trunk/pstamp/scripts/pstamp_checkdependent.pl
===================================================================
--- /trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 35792)
+++ /trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 35793)
@@ -288,4 +288,9 @@
             my $command = "$chiptool -setimfiletoupdate -chip_id $chip_id -class_id $chip->{class_id}";
             $command .= " -set_label $rlabel" if $rlabel;
+
+            # if this is one of the chipRuns from the PV1 LAP regenerate without using the ppImage configdump file
+            if ($chip->{data_group} =~ /^LAP.ThreePi.20130706/) {
+                $command .= ' -set_update_mode 1';
+            } 
 
             if (!$no_update) {
