diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-02 19:12:10 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-02 19:12:15 +0100 |
commit | 1836f009172a248e087fcb15bbd2c549094073a5 (patch) | |
tree | 835cfd14c525d5ae9ea7850aa3641c3611879ac0 /.gitmodules | |
parent | 1bcb406bbc99d557e3d27c3d6473348f5196f0bc (diff) |
add linux kernel (WIP)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4538f40..b17d981 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "u-boot"] path = u-boot url = https://source.denx.de/u-boot/u-boot.git + 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 + shallow = true |