diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-02-01 17:36:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-02-01 17:36:07 +0000 |
commit | 8a253e1ac1d4e24935c93f4985d9cb5a4e5038de (patch) | |
tree | 49d9572558a6af587a1a3a96ea25951ef6fb99a7 /scripts/flashing | |
parent | e07cdce207ed72379e21ae6f8f3037da7d9a185d (diff) | |
download | upstream-8a253e1ac1d4e24935c93f4985d9cb5a4e5038de.tar.gz upstream-8a253e1ac1d4e24935c93f4985d9cb5a4e5038de.tar.bz2 upstream-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.pl | 2 |
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); |