From b0b9606530dfc6de40300b6031bb70ea2eac1b44 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Mon, 9 Mar 2015 23:14:51 +0100 Subject: Remove trailing slash from all package site URLs The recommended form is without the trailing slash. Buildroot will add a slash between FOO_SITE and FOO_SOURCE as appropriate. Reported-by: Arnout Vandecappelle Signed-off-by: Luca Ceresoli Signed-off-by: Peter Korsgaard --- linux/linux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/linux.mk') diff --git a/linux/linux.mk b/linux/linux.mk index 672ce485c..5afcd4e78 100644 --- a/linux/linux.mk +++ b/linux/linux.mk @@ -36,7 +36,7 @@ LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/v4.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 -- cgit v1.2.3