From: Nicolas Thill Date: Sun, 1 Feb 2009 17:36:07 +0000 (+0000) Subject: [scripts] adam2flash: fix 'Interrupted system call' error when flashing (closes:... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=d74c53ca16c1320cb14f5d716849a8753e181485 [scripts] 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);