From 04d118f9512bed1dd7230cc9d1aba4de6ae125c0 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Mon, 28 Dec 2020 14:18:29 +0100 Subject: [PATCH] change buildroot path in .gitsubmodules Signed-off-by: Michel-FK --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ec76b79..4bf7ba1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "buildroot"] path = buildroot - url = git@fk:FunKey-Project/buildroot.git + url = https://github.com/FunKey-Project/buildroot.git