summaryrefslogtreecommitdiff
path: root/linux/linux.mk
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2015-03-09 23:14:51 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-03-10 20:40:08 +0100
commitb0b9606530dfc6de40300b6031bb70ea2eac1b44 (patch)
tree7b1cdc9c8564698e970b2d4e0c0a4f9ad7cc8771 /linux/linux.mk
parentbf03a81ba59ecd355b3ba2e97b331368a3451b92 (diff)
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 <arnout@mind.be> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux/linux.mk')
-rw-r--r--linux/linux.mk2
1 files changed, 1 insertions, 1 deletions
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