blob: b17d9815e3f9284f72ae24bf3bd6f17022e69950 (
plain)
1
2
3
4
5
6
7
8
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
|