diff options
author | Manuel Bentele | 2019-05-12 16:04:09 +0200 |
---|---|---|
committer | Manuel Bentele | 2019-05-12 16:04:09 +0200 |
commit | 6dfbafb011be574ad55d53b1c0f4b76924b3f1f0 (patch) | |
tree | 11e6c32024a873dd4236e9723f4d2cbfd07f1f90 | |
download | kernel-qcow2-6dfbafb011be574ad55d53b1c0f4b76924b3f1f0.tar.gz kernel-qcow2-6dfbafb011be574ad55d53b1c0f4b76924b3f1f0.tar.xz kernel-qcow2-6dfbafb011be574ad55d53b1c0f4b76924b3f1f0.zip |
Added Linux kernel 5.1 as dependency
-rw-r--r-- | .gitmodules | 10 | ||||
m--------- | dependencies/linux | 0 |
2 files changed, 10 insertions, 0 deletions
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 +Subproject e93c9c99a629c61837d5a7fc2120cd2b6c70dbd |