diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-03 14:10:28 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-03 14:10:28 +0100 |
commit | 73f170091b302d68f908e00628fb27c69aa44ce7 (patch) | |
tree | 7e7dcdf204feedf9aa74af4a6a4c7871881b8ebf /.gitmodules | |
parent | 07e5ae9943e431f01a09245aee258d70257af262 (diff) |
update kernel branch
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index b2f8062..e060bcd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,7 @@ shallow = true [submodule "kernel"] path = kernel - url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git -# url = https://github.com/beagleboard/linux + # url = https://openbeagle.org/beagleboard/linux.git + url = https://github.com/beagleboard/linux + branch = v6.1.69-ti-rt-arm64-r23 shallow = true |