From bfb665bb85d07c23d1ba1fdc1d93f2bba476425e Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 27 Dec 2022 09:05:39 +0100 Subject: [PATCH] Fix remote tracking branch for Buildroot submodule (#2288) Set 2022.02-haos as the default remote tracking branch. This should not influence regular submodule updates/inits as they reference the git hash tracked by the operating-system repository directly. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 6f6183145..77dbcdb23 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "buildroot"] path = buildroot url = https://github.com/home-assistant/buildroot.git - branch = 2021.02.x-haos + branch = 2022.02.x-haos