diff options
author | Karel Kočí <cynerd@email.cz> | 2015-03-26 16:48:52 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-03-26 16:48:52 +0100 |
commit | 16cb2b0e168af7a08fc06fce1f95e94fdeaa9c15 (patch) | |
tree | f61068b6372f2cbb6c9c725248bc951a7ba96faf /.gitmodules | |
parent | 362b44c27b9ca8f616f9cc92426f3fb463d658ab (diff) | |
download | linux-conf-perf-16cb2b0e168af7a08fc06fce1f95e94fdeaa9c15.tar.gz linux-conf-perf-16cb2b0e168af7a08fc06fce1f95e94fdeaa9c15.tar.bz2 linux-conf-perf-16cb2b0e168af7a08fc06fce1f95e94fdeaa9c15.zip |
Add novaboot submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4a30113..3a95bb0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "linux"] path = linux url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git +[submodule "scripts/novaboot"] + path = scripts/novaboot + url = https://github.com/wentasah/novaboot.git |