From 6803553a3da798e0dba7aa9383c6018c225d4266 Mon Sep 17 00:00:00 2001 From: Nick Mello Date: Mon, 2 Feb 2026 22:10:42 -0600 Subject: [PATCH] buildroot: Update buildroot to use mirror Mirror keeps is closer to my own control for home builds Signed-off-by: Nicholas Mello --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e1d58ff..0b321a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "buildroot"] path = buildroot - url = https://github.com/buildroot/buildroot.git + url = gitea@ssh.git.home.arpa:nicholasmello/buildroot.git