]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
linux: fix LINUX_SITE for release candidates
authorJean-Baptiste Theou <jtheou@adeneo-embedded.us>
Thu, 7 Aug 2014 20:07:23 +0000 (13:07 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 7 Aug 2014 20:16:21 +0000 (22:16 +0200)
Signed-off-by: Jean-Baptiste Theou <jtheou@adeneo-embedded.us>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/linux.mk

index e433e0d1c8df1103f012ff01a136b02e4fb3441f..2fb7437e89c668046ff41b78f04bbeda3ec41b86 100644 (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