mirror of https://github.com/hak5/openwrt.git
parent
33f5b77228
commit
a5f2fd6359
|
@ -48,8 +48,12 @@ else
|
|||
LINUX_SOURCE:=linux-$(LINUX_VERSION).tar.bz2
|
||||
TESTING:=$(if $(findstring -rc,$(LINUX_VERSION)),/testing,)
|
||||
ifeq ($(call qstrip,$(CONFIG_EXTERNAL_KERNEL_TREE)),)
|
||||
ifeq ($(word 1,$(subst ., ,$(KERNEL_BASE))),3)
|
||||
LINUX_SITE:=@KERNEL/linux/kernel/v3.x$(TESTING)
|
||||
else
|
||||
LINUX_SITE:=@KERNEL/linux/kernel/v$(KERNEL)$(TESTING)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(TARGET_BUILD),1)
|
||||
PKG_BUILD_DIR ?= $(KERNEL_BUILD_DIR)/$(PKG_NAME)$(if $(PKG_VERSION),-$(PKG_VERSION))
|
||||
|
|
Loading…
Reference in New Issue