From 1836f009172a248e087fcb15bbd2c549094073a5 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 2 Feb 2024 19:12:10 +0100 Subject: add linux kernel (WIP) --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3