diff options
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 |