From c122fd1da5219d983cd50e1e9dfe7bd7e3a16364 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 1 Jul 2019 10:37:42 +0200 Subject: Busybox, update --- .gitmodules | 4 ++++ busybox | 1 + 2 files changed, 5 insertions(+) create mode 160000 busybox diff --git a/.gitmodules b/.gitmodules index 2902d5b..bae9fa1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "linux"] path = linux url = git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git + branch = master +[submodule "busybox"] + path = busybox + url = git://busybox.net/busybox.git diff --git a/busybox b/busybox new file mode 160000 index 0000000..3106784 --- /dev/null +++ b/busybox @@ -0,0 +1 @@ +Subproject commit 3106784e654e7443ab724d927f9de0230adbe5ac -- cgit v1.2.3