changeset 101:9b7fcdfbe11c

Add a third mirror, with older versions.
author Rob Landley <rob@landley.net>
date Mon, 12 Feb 2007 13:21:33 -0500
parents de6e7b301aec
children b5d7fd0f9315
files include.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include.sh	Mon Feb 05 01:26:52 2007 -0500
+++ b/include.sh	Mon Feb 12 13:21:33 2007 -0500
@@ -13,7 +13,8 @@
 
   # The extra "" is so we test the sha1sum after the last download.
 
-  for i in "$URL" http://www.landley.net/code/firmware/mirror/"$FILENAME" ""
+  for i in "$URL" http://www.landley.net/code/firmware/mirror/"$FILENAME" \
+           http://engineering.timesys.com/~landley/mirror/"$FILENAME" ""
   do
     # Return success if we have a valid copy of the file