diff options
author | Manuel Bentele | 2019-05-12 16:08:01 +0200 |
---|---|---|
committer | Manuel Bentele | 2019-06-05 14:28:46 +0200 |
commit | d4fce845994f25a42f93e181bf55926db25929c4 (patch) | |
tree | 1055cf3a4ff16c0226a465cd57951473ea169ec6 /.gitmodules | |
parent | Added Linux kernel 5.1 as dependency (diff) | |
download | kernel-qcow2-d4fce845994f25a42f93e181bf55926db25929c4.tar.gz kernel-qcow2-d4fce845994f25a42f93e181bf55926db25929c4.tar.xz kernel-qcow2-d4fce845994f25a42f93e181bf55926db25929c4.zip |
Added Linux utils 2.33.2 as dependency
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 71584ce..ac3d55b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,6 @@ path = dependencies/linux url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git branch = master +[submodule "dependencies/util-linux"] + path = dependencies/util-linux + url = https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git |