diff options
author | Nicholas Humfrey <njh@aelius.com> | 2019-01-29 23:12:00 +0000 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-01-30 06:12:00 +0700 |
commit | 9df5e15e9939dea7e5ecc944661d0ecb8eb0ccf4 (patch) | |
tree | a2ad5b5b4cb7adc0ed125d673aac55e8e1bd39e7 /.gitmodules | |
parent | c670deddbee8ae852770574d1c8fce29154812dd (diff) | |
download | vyos-build-9df5e15e9939dea7e5ecc944661d0ecb8eb0ccf4.tar.gz vyos-build-9df5e15e9939dea7e5ecc944661d0ecb8eb0ccf4.zip |
T1202: Add `hvinfo` to the packages directory (#43)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 22bb87d5..8be1f363 100644 --- a/.gitmodules +++ b/.gitmodules @@ -236,4 +236,8 @@ [submodule "packages/igmpproxy"] path = packages/igmpproxy url = https://github.com/vyos/igmpproxy.git - branch = current
\ No newline at end of file + branch = current +[submodule "packages/hvinfo"] + path = packages/hvinfo + url = https://github.com/dmbaturin/hvinfo.git + branch = master |