commit adc5ff52ee03166491299ea3bf9929437546eb1f parent 2ed57200f121a1be4e521130007ccc8de73e847a Author: parazyd <parazyd@dyne.org> Date: Fri, 27 Oct 2017 18:08:53 +0200 use https to clone the kernel Diffstat:
M | boards/sunxi.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boards/sunxi.sh b/boards/sunxi.sh @@ -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"