Skip to content

Commit bd434ab

Browse files
committed
add commented out mirror url for LINUX_HEADERS_SITE
unlike kernel.org, the site hosting linux-header tarball doesn't have 100% uptime. fixes richfelker#128
1 parent 3d4973d commit bd434ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ MUSL_REPO = git://git.musl-libc.org/musl
2323

2424
LINUX_SITE = https://cdn.kernel.org/pub/linux/kernel
2525
LINUX_HEADERS_SITE = http://ftp.barfooze.de/pub/sabotage/tarballs/
26+
# as barfooze.de has "only" 99% uptime, here's a mirror for your pleasure
27+
# LINUX_HEADERS_SITE = http://mirrors.2f30.org/sabotage/tarballs/
2628

2729
DL_CMD = wget -c -O
2830
SHA1_CMD = sha1sum -c

0 commit comments

Comments
 (0)