Skip to content

Commit bfb665b

Browse files
authoredDec 27, 2022
Fix remote tracking branch for Buildroot submodule (home-assistant#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.
1 parent 18dfd05 commit bfb665b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "buildroot"]
22
path = buildroot
33
url = https://github.com/home-assistant/buildroot.git
4-
branch = 2021.02.x-haos
4+
branch = 2022.02.x-haos

0 commit comments

Comments
 (0)
Please sign in to comment.