aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-08-26 18:21:24 +0000
committerNicolas Thill <nico@openwrt.org>2007-08-26 18:21:24 +0000
commit1b226e4de19bad05221be1d6ab8e8f2e5dcc36ff (patch)
tree04554ed3f0fd240198b3d807d12aa65fcd71532a /include/kernel.mk
parentb35e6fe3bad807e9a8fcb00d4b916c1b8480b982 (diff)
downloadupstream-1b226e4de19bad05221be1d6ab8e8f2e5dcc36ff.tar.gz
upstream-1b226e4de19bad05221be1d6ab8e8f2e5dcc36ff.tar.bz2
upstream-1b226e4de19bad05221be1d6ab8e8f2e5dcc36ff.zip
add a '@KERNEL' download facility, tweak script
SVN-Revision: 8495
Diffstat (limited to 'include/kernel.mk')
-rw-r--r--include/kernel.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/kernel.mk b/include/kernel.mk
index b148ae9e87..b3eec97bb5 100644
--- a/include/kernel.mk
+++ b/include/kernel.mk
@@ -42,10 +42,7 @@ else
LINUX_SOURCE:=linux-$(LINUX_VERSION).tar.bz2
TESTING:=$(if $(findstring -rc,$(LINUX_VERSION)),/testing,)
- LINUX_SITE:=http://www.us.kernel.org/pub/linux/kernel/v$(KERNEL)$(TESTING) \
- http://www.us.kernel.org/pub/linux/kernel/v$(KERNEL)$(TESTING) \
- http://www.kernel.org/pub/linux/kernel/v$(KERNEL)$(TESTING) \
- http://www.de.kernel.org/pub/linux/kernel/v$(KERNEL)$(TESTING)
+ LINUX_SITE:=@KERNEL/linux/kernel/v$(KERNEL)$(TESTING) \
PKG_BUILD_DIR ?= $(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
endif