[Buildroot] [PATCH 1/1] linux: fix LINUX_SITE for release candidates

Jean-Baptiste Theou jtheou at adeneo-embedded.us
Thu Aug 7 20:07:23 UTC 2014


Signed-off-by: Jean-Baptiste Theou <jtheou at adeneo-embedded.us>
---
 linux/linux.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/linux.mk b/linux/linux.mk
index e433e0d..2fb7437 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -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
 
-- 
2.0.3



More information about the buildroot mailing list