diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-05 19:13:08 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-05 19:13:08 +0100 |
commit | b854e8abb7e1ff0b43c9f99e9b641895e4d6c148 (patch) | |
tree | ab8061666835221d155cfb259559752353c8a2e9 /.gitmodules | |
parent | 2a218ea1205c8dd547b742931290058def5de85f (diff) |
WIP busybox
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0419da6..2585820 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,8 @@ 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 |