Changeset 2031

Show
Ignore:
Timestamp:
03/04/12 09:53:23 (14 months ago)
Author:
matthijs
Message:

build-system: Add download.fonosfera.org as a mirror.

This allows Fon to offer specific upstream tarballs as a backup in case
upstream stops providing them. In particular, this is needed because
kernel.org stopped providing the 2.6.21.7 sources for an unknown reason
(might be an error, but nobody responded to inquiries).

This change means that a clean build should work again, without having
to obtain the kernel sources from somewhere first.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openwrt/scripts/download.pl

    r2027 r2031  
    144144push @mirrors, 'http://mirror2.openwrt.org/sources'; 
    145145push @mirrors, 'http://downloads.openwrt.org/sources'; 
     146push @mirrors, 'http://download.fonosfera.org/sources'; 
    146147 
    147148while (!$ok) {