1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:11:59 +03:00

[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
This commit is contained in:
nico 2009-02-01 17:36:07 +00:00
parent a37723a399
commit df9177f3b9

View File

@ -143,6 +143,8 @@ while($scanning) {
$box or die " not found!\n";
alarm(0);
{
package ADAM2FTP;
use base qw(Net::FTP);