From 6dfbafb011be574ad55d53b1c0f4b76924b3f1f0 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Sun, 12 May 2019 16:04:09 +0200 Subject: Added Linux kernel 5.1 as dependency --- .gitmodules | 10 ++++++++++ dependencies/linux | 1 + 2 files changed, 11 insertions(+) create mode 100644 .gitmodules create mode 160000 dependencies/linux diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..71584ce --- /dev/null +++ b/.gitmodules @@ -0,0 +1,10 @@ +[submodule "analysis/dependency/util-linux"] + path = analysis/dependency/util-linux + url = https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git +[submodule "analysis/dependency/linux"] + path = analysis/dependency/linux + url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git +[submodule "dependencies/linux"] + path = dependencies/linux + url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git + branch = master diff --git a/dependencies/linux b/dependencies/linux new file mode 160000 index 0000000..e93c9c9 --- /dev/null +++ b/dependencies/linux @@ -0,0 +1 @@ +Subproject commit e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd -- cgit v1.2.3-55-g7522