summaryrefslogtreecommitdiffstats
path: root/make/user-mode-linux.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-14 00:46:16 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-14 00:46:16 +0000
commit922fb354eba9889bdadc2f3570a982e983c2a74c (patch)
treecc7d11fa27af2f208d3d8fbceb08d13e4f3e0569 /make/user-mode-linux.mk
parent26cbc573594d650f718cb873f8b1bb2c989db241 (diff)
downloadbuildroot-novena-922fb354eba9889bdadc2f3570a982e983c2a74c.tar.gz
buildroot-novena-922fb354eba9889bdadc2f3570a982e983c2a74c.zip
Default to using a single fast sourceforge mirror
Diffstat (limited to 'make/user-mode-linux.mk')
-rw-r--r--make/user-mode-linux.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/user-mode-linux.mk b/make/user-mode-linux.mk
index 7315307be..f34efe9b4 100644
--- a/make/user-mode-linux.mk
+++ b/make/user-mode-linux.mk
@@ -9,8 +9,8 @@ LINUX_VERSION=2.4.20
LINUX_DIR=$(BUILD_DIR)/linux-$(LINUX_VERSION)
LINUX_SOURCE=linux-$(LINUX_VERSION).tar.bz2
LINUX_SITE=http://ftp.us.kernel.org/pub/linux/kernel/v2.4
-LINUX_PATCH_1:=uml-patch-$(LINUX_VERSION)-5.bz2
-LINUX_PATCH_1_SITE:=http://telia.dl.sourceforge.net/sourceforge/user-mode-linux
+LINUX_PATCH_1:=uml-patch-$(LINUX_VERSION)-6.bz2
+LINUX_PATCH_1_SITE:=http://aleron.dl.sourceforge.net/sourceforge/user-mode-linux
LINUX_KCONFIG=$(SOURCE_DIR)/linux-uml.config
LINUX_KERNEL=$(BASE_DIR)/UMlinux
# Used by pcmcia-cs and others