aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-08 19:27:55 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-08 19:27:55 +0100
commit1b3570804184f62ff96ff6f2f6fc43b4c999678d (patch)
tree5feb7f80ff44700a31e81326dd3a09747281ac43 /.gitmodules
parent70e923cb55dad341f66f7b0586538c93b38cd3fa (diff)
minecraft working :tada:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 09d00ca..9e922fa 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -8,12 +8,14 @@
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/jdk8u"]
- path = software/jdk8u
- url = https://github.com/openjdk/jdk8u
+[submodule "software/void-packages"]
+ path = software/void-packages
+ url = https://github.com/void-linux/void-packages
shallow = true
+