summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorTim Riker <tim@rikers.org>2004-05-14 16:26:28 +0000
committerTim Riker <tim@rikers.org>2004-05-14 16:26:28 +0000
commit6915e60aa9bf98d2fa329e1331fed0ec06ff9020 (patch)
tree616dbb274454c2abc1056182a72ce4792f6aa62b /make
parent708d89c0f59e372e252348c5ad8292befe836f15 (diff)
http preferred, no?
Diffstat (limited to 'make')
-rw-r--r--make/linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/linux.mk b/make/linux.mk
index fcd808a7a..fec8e8b46 100644
--- a/make/linux.mk
+++ b/make/linux.mk
@@ -37,7 +37,7 @@ LINUX_BINLOC=arch/$(LINUX_KARCH)/boot/$(LINUX_FORMAT)
LINUX_DIR=$(BUILD_DIR)/linux-$(LINUX_VERSION)
LINUX_SOURCE=linux-$(DOWNLOAD_LINUX_VERSION).tar.bz2
-LINUX_SITE=ftp://ftp.kernel.org/pub/linux/kernel/v2.4
+LINUX_SITE=http://www.kernel.org/pub/linux/kernel/v2.4
LINUX_KCONFIG=$(SOURCE_DIR)/linux.config
LINUX_KERNEL=$(BUILD_DIR)/buildroot-kernel
# Used by pcmcia-cs and others