diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-01 17:36:07 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-01 17:36:07 +0000 |
commit | df9177f3b9bfa2c548b064cee1f6d0f7b04f96dd (patch) | |
tree | 72d186efc7fc2d994d70e7331b5a554274eb9fbf | |
parent | a37723a39975831d6151f83643b36a4be2ee8826 (diff) |
[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
-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 0ed296d60..0c4c9d7d5 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); |