summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAbdoulaye Walsimou GAYE <awg@embtoolkit.org>2017-06-05 13:53:02 +0200
committerAbdoulaye Walsimou GAYE <awg@embtoolkit.org>2017-06-05 13:53:02 +0200
commit383e92f2da02857ce5ae17928d5859c250fae171 (patch)
tree592525cfdbd3ea3971551a7c0f343c1557a8350c /core
parentbff96c1f8bebe5e9da96bedb710fb123cb5373c1 (diff)
downloadembtoolkit-383e92f2da02857ce5ae17928d5859c250fae171.tar.gz
embtoolkit-383e92f2da02857ce5ae17928d5859c250fae171.tar.bz2
embtoolkit-383e92f2da02857ce5ae17928d5859c250fae171.tar.xz
Linux Headers: ftp host no longer exists in kernel.orgembtoolkit-1.9.0
Signed-off-by: Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
Diffstat (limited to 'core')
-rw-r--r--core/toolchain/linux/common.mk6
1 files 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)"