From: Nicolas Thill Date: Sun, 1 Feb 2009 17:36:07 +0000 (+0000) Subject: adam2flash: fix 'Interrupted system call' error when flashing (closes: #4490, thanks... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8a253e1ac1d4e24935c93f4985d9cb5a4e5038de;p=openwrt%2Fstaging%2Fflorian.git adam2flash: fix 'Interrupted system call' error when flashing (closes: #4490, thanks oliver) SVN-Revision: 14344 --- 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);