index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
scripts
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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
8a253e1ac1d4e24935c93f4985d9cb5a4e5038de
(
patch
)
tree
49d9572558a6af587a1a3a96ea25951ef6fb99a7
/
scripts
parent
e07cdce207ed72379e21ae6f8f3037da7d9a185d
(
diff
)
adam2flash: fix 'Interrupted system call' error when flashing (closes: #4490, thanks oliver)
SVN-Revision: 14344
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);