From 383e92f2da02857ce5ae17928d5859c250fae171 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou GAYE Date: Mon, 5 Jun 2017 13:53:02 +0200 Subject: Linux Headers: ftp host no longer exists in kernel.org Signed-off-by: Abdoulaye Walsimou GAYE --- core/toolchain/linux/common.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/toolchain/linux/common.mk b/core/toolchain/linux/common.mk index f55a781..2a6981a 100644 --- a/core/toolchain/linux/common.mk +++ b/core/toolchain/linux/common.mk @@ -1,6 +1,6 @@ ################################################################################ # Embtoolkit -# Copyright(C) 2009-2015 Abdoulaye Walsimou GAYE. +# Copyright(C) 2009-2017 Abdoulaye Walsimou GAYE. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ pembtk_linux_site = $(or $(pembtk_linux_site_mirror),$(pembtk_linux_s pembtk_linux_site_mirror = $(call embtk_uquote,$(CONFIG_EMBTK_LINUX_HAVE_MIRROR)) pembtk_linux_site_custom = $(dir $(call embtk_uquote,$(CONFIG_EMBTK_LINUX_SRC_CUSTOM_URL))) pembtk_linux_site_full = $(pembtk_linux_site_base)/$(LINUX_MAJORV)$(pembtk_linux_longterm_v) -pembtk_linux_site_base = http://ftp.kernel.org/pub/linux/kernel +pembtk_linux_site_base = https://www.kernel.org/pub/linux/kernel pembtk_linux_longterm_v = $(if $(LINUX_LONGTERMV),/longterm/$(LINUX_LONGTERMV)) pembtk_linux_package = $(or $(pembtk_linux_package_custom),$(pembtk_linux_package_generic)) @@ -58,4 +58,4 @@ LINUX_MAKE_OPTS += CROSS_COMPILE=$(CROSS_COMPILE_CACHED) LINUX_MAKE_OPTS += HOSTCC="$(HOSTCC)" LINUX_MAKE_OPTS += HOSTCXX="$(HOSTCXX)" LINUX_MAKE_OPTS += HOSTCFLAGS="$(HOSTCFLAGS)" -LINUX_MAKE_OPTS += HOSTCXXFLAGS="$(HOSTCXXFLAGS)" \ No newline at end of file +LINUX_MAKE_OPTS += HOSTCXXFLAGS="$(HOSTCXXFLAGS)" -- cgit v1.2.3