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 | 63e941c916ba804545c26866cb7eaf258dc69446 (patch) | |
tree | 72d186efc7fc2d994d70e7331b5a554274eb9fbf /scripts | |
parent | c4a391764b9feafa98a3c9ce8d0efa1b3e4b89eb (diff) | |
download | upstream-63e941c916ba804545c26866cb7eaf258dc69446.tar.gz upstream-63e941c916ba804545c26866cb7eaf258dc69446.tar.bz2 upstream-63e941c916ba804545c26866cb7eaf258dc69446.zip |
[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
Diffstat (limited to 'scripts')
-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); |