projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e07cdce
)
adam2flash: fix 'Interrupted system call' error when flashing (closes: #4490, thanks...
author
Nicolas Thill
<nico@openwrt.org>
Sun, 1 Feb 2009 17:36:07 +0000
(17:36 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 1 Feb 2009 17:36:07 +0000
(17:36 +0000)
SVN-Revision: 14344
scripts/flashing/adam2flash-502T.pl
patch
|
blob
|
history
diff --git
a/scripts/flashing/adam2flash-502T.pl
b/scripts/flashing/adam2flash-502T.pl
index 0ed296d60f1e86b246ee4ac715d220616ccaa763..0c4c9d7d5a3689d4062a10b19972697642762171 100644
(file)
--- 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);