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: https://git.archive.openwrt.org/?a=commitdiff_plain;h=63e941c916ba804545c26866cb7eaf258dc69446;p=15.05%2Fopenwrt.git [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 --- 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);