summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/rockboxdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 7a43be0a96..3d19863e21 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -71,7 +71,7 @@ getfile() {
71 if test -n "$tool"; then 71 if test -n "$tool"; then
72 # wget download 72 # wget download
73 echo "ROCKBOXDEV: Downloading $2/$1 using wget" 73 echo "ROCKBOXDEV: Downloading $2/$1 using wget"
74 $tool -O $dlwhere/$1 $2/$1 74 $tool -T 60 -O $dlwhere/$1 $2/$1
75 fi 75 fi
76 else 76 else
77 # curl download 77 # curl download