blob: 9e922fa3949fc0540085c32c5ba78e0764307b8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[submodule "bootloader"]
path = bootloader
url = https://source.denx.de/u-boot/u-boot.git
shallow = true
[submodule "kernel"]
path = kernel
# url = https://openbeagle.org/beagleboard/linux.git
url = https://github.com/beagleboard/linux
branch = v6.1.69-ti-r22
shallow = true
[submodule "busybox"]
path = busybox
url = https://git.busybox.net/busybox
branch = 1_36_stable
shallow = true
[submodule "software/void-packages"]
path = software/void-packages
url = https://github.com/void-linux/void-packages
shallow = true
|