Skip to content

Commit

Permalink
Switched to using ftp.funet.fi instead of www.kernel-org - www.kernel…
Browse files Browse the repository at this point in the history
….org does nasty redirect to https, which fucks up squid caching (and I'm using Docker so I rather get performance than security).
  • Loading branch information
fingon committed Mar 13, 2014
1 parent 0e9aa65 commit 7c09ddb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ KERNEL_RELEASE?=3.10.28

# URL of the kernel tarball, if required
KERNEL_SUFFIX=.tar.xz
KERNEL_URL=http://www.kernel.org/pub/linux/kernel/v3.x/linux-$(KERNEL_RELEASE)$(KERNEL_SUFFIX)
# Nassty kernel.org redirects to https (which is bad for caching)
#KERNEL_URL=http://www.kernel.org/pub/linux/kernel/v3.x/linux-$(KERNEL_RELEASE)$(KERNEL_SUFFIX)
KERNEL_URL=http://ftp.funet.fi/pub/linux/kernel/v3.x/linux-$(KERNEL_RELEASE)$(KERNEL_SUFFIX)

0 comments on commit 7c09ddb

Please sign in to comment.