From 65ffbaeec1fac35fcc79edbb24eef99e279963ed Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Tue, 29 Aug 2017 20:27:19 +0100 Subject: [PATCH] linux: change default url to https --- packages/linux/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linux/package.mk b/packages/linux/package.mk index 91efa5cc8a..7e1fc0bf4f 100644 --- a/packages/linux/package.mk +++ b/packages/linux/package.mk @@ -65,7 +65,7 @@ case "$LINUX" in *) PKG_VERSION="4.12.9" PKG_SHA256="690439175c9dfbb90159bdc4b24cf10011675392264764f2031eb19ce0a1649c" - PKG_URL="http://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz" + PKG_URL="https://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz" PKG_PATCH_DIRS="default" ;; esac