mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-19 23:44:58 +02:00
add commented out mirror url for LINUX_HEADERS_SITE
unlike kernel.org, the site hosting linux-header tarball doesn't have 100% uptime. fixes #128
This commit is contained in:
parent
3d4973d2ff
commit
bd434ab1c1
2
Makefile
2
Makefile
@ -23,6 +23,8 @@ MUSL_REPO = git://git.musl-libc.org/musl
|
|||||||
|
|
||||||
LINUX_SITE = https://cdn.kernel.org/pub/linux/kernel
|
LINUX_SITE = https://cdn.kernel.org/pub/linux/kernel
|
||||||
LINUX_HEADERS_SITE = http://ftp.barfooze.de/pub/sabotage/tarballs/
|
LINUX_HEADERS_SITE = http://ftp.barfooze.de/pub/sabotage/tarballs/
|
||||||
|
# as barfooze.de has "only" 99% uptime, here's a mirror for your pleasure
|
||||||
|
# LINUX_HEADERS_SITE = http://mirrors.2f30.org/sabotage/tarballs/
|
||||||
|
|
||||||
DL_CMD = wget -c -O
|
DL_CMD = wget -c -O
|
||||||
SHA1_CMD = sha1sum -c
|
SHA1_CMD = sha1sum -c
|
||||||
|
Loading…
Reference in New Issue
Block a user