do not download kernel sources when using an external kernel tree
SVN-Revision: 18777
This commit is contained in:
parent
2e00cd6d71
commit
3c74d0b385
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@ else
|
||||||
|
|
||||||
LINUX_SOURCE:=linux-$(LINUX_VERSION).tar.bz2
|
LINUX_SOURCE:=linux-$(LINUX_VERSION).tar.bz2
|
||||||
TESTING:=$(if $(findstring -rc,$(LINUX_VERSION)),/testing,)
|
TESTING:=$(if $(findstring -rc,$(LINUX_VERSION)),/testing,)
|
||||||
LINUX_SITE:=@KERNEL/linux/kernel/v$(KERNEL)$(TESTING) \
|
ifeq ($(call qstrip,$(CONFIG_EXTERNAL_KERNEL_TREE)),)
|
||||||
|
LINUX_SITE:=@KERNEL/linux/kernel/v$(KERNEL)$(TESTING)
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(TARGET_BUILD),1)
|
ifneq ($(TARGET_BUILD),1)
|
||||||
PKG_BUILD_DIR ?= $(KERNEL_BUILD_DIR)/$(PKG_NAME)$(if $(PKG_VERSION),-$(PKG_VERSION))
|
PKG_BUILD_DIR ?= $(KERNEL_BUILD_DIR)/$(PKG_NAME)$(if $(PKG_VERSION),-$(PKG_VERSION))
|
||||||
|
|
Loading…
Reference in a new issue