summaryrefslogtreecommitdiffstats
path: root/scripts/flashing
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-01 17:36:07 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-01 17:36:07 +0000
commitdf9177f3b9bfa2c548b064cee1f6d0f7b04f96dd (patch)
tree72d186efc7fc2d994d70e7331b5a554274eb9fbf /scripts/flashing
parenta37723a39975831d6151f83643b36a4be2ee8826 (diff)
[scripts] adam2flash: fix 'Interrupted system call' error when flashing (closes: #4490, thanks oliver)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14344 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/flashing')
-rw-r--r--scripts/flashing/adam2flash-502T.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/flashing/adam2flash-502T.pl b/scripts/flashing/adam2flash-502T.pl
index 0ed296d60..0c4c9d7d5 100644
--- a/scripts/flashing/adam2flash-502T.pl
+++ b/scripts/flashing/adam2flash-502T.pl
@@ -143,6 +143,8 @@ while($scanning) {
$box or die " not found!\n";
+alarm(0);
+
{
package ADAM2FTP;
use base qw(Net::FTP);