Index: Mk/bsd.sites.mk =================================================================== --- Mk/bsd.sites.mk +++ Mk/bsd.sites.mk @@ -1198,11 +1198,17 @@ .if !defined(IGNORE_MASTER_SITE_KERNEL_ORG) MASTER_SITE_KERNEL_ORG+= \ - https://www.kernel.org/pub/%SUBDIR%/ \ + https://cdn.kernel.org/pub/%SUBDIR%/ \ + https://mirror.rackspace.com/kernel.org/pub/%SUBDIR%/ \ + https://download.xs4all.nl/ftp.kernel.org/pub/%SUBDIR%/ \ + https://mirrors.mit.edu/kernel/%SUBDIR%/ \ + http://ftp.nara.wide.ad.jp/pub/kernel.org/%SUBDIR%/ \ + http://ftp.yandex.ru/pub/%SUBDIR%/ \ + http://ftp.heanet.ie/pub/%SUBDIR%/ \ + http://slackware.cs.utah.edu/pub/kernel.org/pub/%SUBDIR%/ \ ftp://ftp.ntu.edu.tw/%SUBDIR%/ \ - https://ftp.yandex.ru/pub/%SUBDIR%/ \ - https://ftp.heanet.ie/pub/%SUBDIR%/ \ - http://slackware.cs.utah.edu/pub/kernel.org/pub/%SUBDIR%/ + ftp://ftp.riken.jp/Linux/kernel.org/%SUBDIR%/ \ + https://www.kernel.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_ZI)