We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4973d commit bd434abCopy full SHA for bd434ab
Makefile
@@ -23,6 +23,8 @@ MUSL_REPO = git://git.musl-libc.org/musl
23
24
LINUX_SITE = https://cdn.kernel.org/pub/linux/kernel
25
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/
28
29
DL_CMD = wget -c -O
30
SHA1_CMD = sha1sum -c
0 commit comments