linux: fix LINUX_SITE for release candidates

Signed-off-by: Jean-Baptiste Theou <jtheou@adeneo-embedded.us>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jean-Baptiste Theou 2014-08-07 13:07:23 -07:00 committed by Thomas Petazzoni
parent b64ef58e08
commit a47b633d79
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/v3.x
endif
# release candidates are in testing/ subdir
ifneq ($(findstring -rc,$(LINUX_VERSION)),)
LINUX_SITE := $(LINUX_SITE)testing/
LINUX_SITE := $(LINUX_SITE)/testing/
endif # -rc
endif