use https to clone the kernel

This commit is contained in:
parazyd 2017-10-27 18:08:53 +02:00
parent 2ed57200f1
commit adc5ff52ee
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ bootfs="ext4"
extra_packages+=()
custmodules=()
gitkernel="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
gitkernel="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
gitbranch="linux-4.13.y"