Explorar o código

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>
Jean-Baptiste Theou %!s(int64=11) %!d(string=hai) anos
pai
achega
a47b633d79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      linux/linux.mk

+ 1 - 1
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