aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/flashing
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-02-01 17:36:07 +0000
committerNicolas Thill <nico@openwrt.org>2009-02-01 17:36:07 +0000
commit63e941c916ba804545c26866cb7eaf258dc69446 (patch)
tree72d186efc7fc2d994d70e7331b5a554274eb9fbf /scripts/flashing
parentc4a391764b9feafa98a3c9ce8d0efa1b3e4b89eb (diff)
downloadmaster-187ad058-63e941c916ba804545c26866cb7eaf258dc69446.tar.gz
master-187ad058-63e941c916ba804545c26866cb7eaf258dc69446.tar.bz2
master-187ad058-63e941c916ba804545c26866cb7eaf258dc69446.zip
[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 0ed296d60f..0c4c9d7d5a 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);