aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>2006-10-22 15:23:52 -0600
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>2006-10-22 15:23:52 -0600
commitb5f74534ce21555b1aaf0d3612a654b86cc1dcd5 (patch)
tree122c82f3dc5e28fdee2a5956483bf822e2855e45 /buildconfigs
parenta697ccd50cf64d9ae3f8c3decd06e1205a84481b (diff)
parent7aae32885d19d76db269b7231a313d3c91a1e10a (diff)
downloadxen-b5f74534ce21555b1aaf0d3612a654b86cc1dcd5.tar.gz
xen-b5f74534ce21555b1aaf0d3612a654b86cc1dcd5.tar.bz2
xen-b5f74534ce21555b1aaf0d3612a654b86cc1dcd5.zip
merge with xen-unstable.hg
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/Rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk
index 6eca30ef0a..ae61ea0095 100644
--- a/buildconfigs/Rules.mk
+++ b/buildconfigs/Rules.mk
@@ -3,6 +3,9 @@ include Config.mk
export DESTDIR
+# Choose the best mirror to download linux kernel
+KERNEL_REPO = http://www.kernel.org
+
ALLKERNELS = $(patsubst buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.*))
ALLSPARSETREES = $(patsubst %-xen-sparse,%,$(wildcard *-xen-sparse))