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.
This commit is contained in:
Stefan Agner 2022-12-27 09:05:39 +01:00 committed by GitHub
parent 18dfd059a0
commit bfb665bb85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -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