summaryrefslogtreecommitdiffstats
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
commit8a253e1ac1d4e24935c93f4985d9cb5a4e5038de (patch)
tree49d9572558a6af587a1a3a96ea25951ef6fb99a7 /scripts/flashing
parente07cdce207ed72379e21ae6f8f3037da7d9a185d (diff)
downloadmaster-31e0f0ae-8a253e1ac1d4e24935c93f4985d9cb5a4e5038de.tar.gz
master-31e0f0ae-8a253e1ac1d4e24935c93f4985d9cb5a4e5038de.tar.bz2
master-31e0f0ae-8a253e1ac1d4e24935c93f4985d9cb5a4e5038de.zip
adam2flash: fix 'Interrupted system call' error when flashing (closes: #4490, thanks oliver)
SVN-Revision: 14344
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);